New logo, more screenshots, links in plugin.json

This commit is contained in:
Ivan Mikheykin
2018-09-18 13:31:42 +03:00
parent 31e1840814
commit 2614ebccd7
9 changed files with 20 additions and 95 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export function statusHeatmapOptionsEditor() {
return {
restrict: 'E',
scope: true,
templateUrl: 'public/plugins/status-heatmap-panel/options_editor.html',
templateUrl: 'public/plugins/status-heatmap-panel/partials/options_editor.html',
controller: StatusHeatmapOptionsEditorCtrl,
};
}