diff --git a/ui/sections/system/inspectors/alert.reel/alert-filter.reel/alert-filter.html b/ui/sections/system/inspectors/alert.reel/alert-filter.reel/alert-filter.html index 16e162d8df..419f242240 100644 --- a/ui/sections/system/inspectors/alert.reel/alert-filter.reel/alert-filter.html +++ b/ui/sections/system/inspectors/alert.reel/alert-filter.reel/alert-filter.html @@ -7,7 +7,8 @@ { "owner": { "properties": { - "element": {"#": "owner"} + "element": {"#": "owner"}, + "table": {"@": "table"} } }, diff --git a/ui/sections/system/inspectors/alert.reel/alert-filter.reel/alert-filter.js b/ui/sections/system/inspectors/alert.reel/alert-filter.reel/alert-filter.js index 1af572deda..a1f2ded25b 100644 --- a/ui/sections/system/inspectors/alert.reel/alert-filter.reel/alert-filter.js +++ b/ui/sections/system/inspectors/alert.reel/alert-filter.reel/alert-filter.js @@ -50,6 +50,12 @@ exports.AlertFilter = AbstractInspector.specialize({ } }, + handleAddButtonAction: { + value: function () { + this.table.showNewEntryRow(); + } + }, + tableWillDeleteEntry: { value: function(filter) { this.deletedFilters.push(filter);