feat: branding

This commit is contained in:
Ivan Mikheykin
2021-02-17 13:00:55 +03:00
parent a69a92d006
commit 87675e2bcc
7 changed files with 110 additions and 0 deletions
+1
View File
@@ -421,6 +421,7 @@ class StatusHeatmapCtrl extends MetricsPanelCtrl {
onInitEditMode() {
this.addEditorTab('Options', optionsEditorCtrl, 2);
this.addEditorTab('Tooltip', tooltipEditorCtrl, 3);
this.addEditorTab('About', 'public/plugins/flant-statusmap-panel/partials/about_editor.html', 4);
this.unitFormats = kbn.getUnitFormats();
}