aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/static/intereditor.js
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-10 19:14:07 -0400
committerhistoria <[not public]>2026-07-10 19:14:07 -0400
commitc5ca80b168ca247179db322d8e3ff14d6c9e16ad (patch)
treefe14737492b841dc752eb58531ab33551e55fe27 /internal/admin/static/intereditor.js
parentb31958c6304a25279197c1a08b924b6b44798a99 (diff)
downloadthehouseoficarus-c5ca80b168ca247179db322d8e3ff14d6c9e16ad.tar.gz
feat(admin): style conditions green and actions orange, standardize remove button wording
Diffstat (limited to 'internal/admin/static/intereditor.js')
-rw-r--r--internal/admin/static/intereditor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/static/intereditor.js b/internal/admin/static/intereditor.js
index 152aef3..b6047b5 100644
--- a/internal/admin/static/intereditor.js
+++ b/internal/admin/static/intereditor.js
@@ -1336,7 +1336,7 @@ function ie_renderArraySection(ctx) {
h += '<button class="btn btn-sm ie-add-btn" onclick="ie_addRootConditionGroup(\'' + escAttr(sec.path) + '\',' + idx + ',\'entry\')">+ Add Condition</button>';
}
h += '<span class="ie-inter-header-spacer"></span>';
- h += '<button class="btn btn-sm btn-danger ie-inter-remove" onclick="' + ctx.showRemove(idx) + '">Remove Trigger</button>';
+ h += '<button class="btn btn-sm btn-danger ie-inter-remove" onclick="' + ctx.showRemove(idx) + '">Remove</button>';
h += '</div>';
h += '<div class="ie-inter-panel" style="display:' + (condExists ? 'block' : 'none') + '">';