Add 'enable scroll' control and page size input.

This commit is contained in:
Alexander Zobnin
2017-02-02 13:35:51 +03:00
parent c21a7c38d7
commit 17306c5f73
27 changed files with 160 additions and 4551 deletions

10
dist/test/module.js vendored
View File

@@ -1,10 +0,0 @@
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ConfigCtrl = undefined;
var _config = require('./components/config');
exports.ConfigCtrl = _config.ZabbixAppConfigCtrl;