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
|
#!/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
|
||||||
|
|||||||
@@ -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)">
|
||||||
|
|||||||
Reference in New Issue
Block a user