Add repair faulty containers script to menu.json

This commit is contained in:
Roy Nieterau 2017-11-09 12:33:37 +01:00
parent ff40ebaf71
commit 182522103a

View file

@ -1480,6 +1480,16 @@
"title": "Cleanup",
"items": [
{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\repair_faulty_containers.py",
"sourcetype": "file",
"tags": [
"cleanup",
"repair", "containers"
],
"title": "Find and Repair Containers",
"tooltip": ""
},{
"type": "action",
"command": "$COLORBLEED_SCRIPTS\\cleanup\\selectByType.py",
"sourcetype": "file",