Triggers Panel: allow to change font size, closes #351.
This commit is contained in:
13
dist/test/components/config.js
vendored
Normal file
13
dist/test/components/config.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
||||
|
||||
var ZabbixAppConfigCtrl = exports.ZabbixAppConfigCtrl = function ZabbixAppConfigCtrl() {
|
||||
_classCallCheck(this, ZabbixAppConfigCtrl);
|
||||
};
|
||||
|
||||
ZabbixAppConfigCtrl.templateUrl = 'components/config.html';
|
||||
Reference in New Issue
Block a user