Tools had no gear, so nineteen scripts had no Info and Settings at all

This commit is contained in:
Gmer4Lfe
2026-08-06 22:57:05 -04:00
parent 141e2ca37c
commit 8b0c2f6d1b
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
# ═══════════════════════════════════════════════════════════════════════════════════════════════ # ==============================================================================================
# =============================== AI Explain Check =============================================
# ==============================================================================================
#
# PURPOSE # PURPOSE
# Runs every case in ai_explain_fixtures.txt through the worker's --explain mode and checks the # Runs every case in ai_explain_fixtures.txt through the worker's --explain mode and checks the
# routing it reports against what the fixture says it should be. Catches a guard that has been # routing it reports against what the fixture says it should be. Catches a guard that has been
+1 -1
View File
@@ -303,7 +303,7 @@ $runningScripts = array_unique($runningScripts);
onchange="vvSaveJob(this)"> onchange="vvSaveJob(this)">
<span class="vv-slider"></span> <span class="vv-slider"></span>
</label> </label>
<span class="vv-job-label"><?= htmlspecialchars($ts['label']) ?></span> <span class="vv-cog-btn" onclick="vvClickCog(this)" title="Settings">⚙</span><span class="vv-job-label" onclick="vvClickLabel(this)" style="cursor:pointer"><?= htmlspecialchars($ts['label']) ?></span>
<input type="text" class="vv-cron" value="<?= htmlspecialchars($ts['cron']) ?>" <input type="text" class="vv-cron" value="<?= htmlspecialchars($ts['cron']) ?>"
placeholder="cron expression" placeholder="cron expression"
onblur="vvSaveCronBlur(this)"> onblur="vvSaveCronBlur(this)">