Chore: rename app config

This commit is contained in:
Alexander Zobnin
2020-05-19 10:29:07 +03:00
parent 1a6849b597
commit ca58679a3f
5 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1 @@
<h3 class="page-heading">Zabbix Plugin Config</h3>

View File

@@ -0,0 +1,4 @@
export class ZabbixAppConfigCtrl {
constructor() { }
}
ZabbixAppConfigCtrl.templateUrl = 'app_config_ctrl/config.html';