Tools had no gear, so nineteen scripts had no Info and Settings at all
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
# ═══════════════════════════════════════════════════════════════════════════════════════════════
|
||||
# ==============================================================================================
|
||||
# =============================== AI Explain Check =============================================
|
||||
# ==============================================================================================
|
||||
#
|
||||
# PURPOSE
|
||||
# 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
|
||||
|
||||
@@ -303,7 +303,7 @@ $runningScripts = array_unique($runningScripts);
|
||||
onchange="vvSaveJob(this)">
|
||||
<span class="vv-slider"></span>
|
||||
</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']) ?>"
|
||||
placeholder="cron expression"
|
||||
onblur="vvSaveCronBlur(this)">
|
||||
|
||||
Reference in New Issue
Block a user