Fix: Update badges on PanelEditor tabs when adding a query/transformation/alert (#27729)

* minor nits in paneleditor

* add events for queries and transformations

* fix spelling

* add event to alertctrl

* revert alert changes

* re add force update

* reduce events
This commit is contained in:
Peter Holmberg
2020-09-28 09:06:46 +02:00
committed by GitHub
parent 336636572b
commit 244c28750c
5 changed files with 95 additions and 55 deletions

View File

@@ -156,3 +156,6 @@ export const jsonDiffReady = eventFactory('json-diff-ready');
export const closeTimepicker = eventFactory('closeTimepicker');
export const routeUpdated = eventFactory('$routeUpdate');
export const queryChanged = eventFactory('queryChanged');
export const transformationChanged = eventFactory('transformationChanged');