diff --git a/src/api/dashboard/static/js/ui/indicators-panel-new.js b/src/api/dashboard/static/js/ui/indicators-panel-new.js index 96d8405..33a85e6 100644 --- a/src/api/dashboard/static/js/ui/indicators-panel-new.js +++ b/src/api/dashboard/static/js/ui/indicators-panel-new.js @@ -448,6 +448,11 @@ function setupEventListeners() { } // Actions +window.toggleIndicatorExpand = function(id) { + configuringId = configuringId === id ? null : id; + renderIndicatorPanel(); +}; + window.clearSearch = function() { searchQuery = ''; renderIndicatorPanel();