diff options
author | YILI <li.yi101@zte.com.cn> | 2017-03-22 11:36:29 +0800 |
---|---|---|
committer | 6092002077 <li.yi101@zte.com.cn> | 2017-03-22 14:40:48 +0800 |
commit | 3d2fa1dc4692c869cf54a3c53288f3a5783588b3 (patch) | |
tree | 98595c9c84712745779ddb829e203947b3837889 /alarm-analysis/src/main/webapp/alarm/vendor.ts | |
parent | 074ac4beac7451d74f11f9828e685cb2b3f16c0c (diff) |
Modify RuleList and RuleInfo
modify some issue and add 2 file for package
Issue-ID:CLIENT-151
Change-Id: I86878b22f723592c3d6bf8c8d6d980ebe22be241
Signed-off-by: YILI <li.yi101@zte.com.cn>
Diffstat (limited to 'alarm-analysis/src/main/webapp/alarm/vendor.ts')
-rw-r--r-- | alarm-analysis/src/main/webapp/alarm/vendor.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alarm-analysis/src/main/webapp/alarm/vendor.ts b/alarm-analysis/src/main/webapp/alarm/vendor.ts index 6ef97c23..d130e9d9 100644 --- a/alarm-analysis/src/main/webapp/alarm/vendor.ts +++ b/alarm-analysis/src/main/webapp/alarm/vendor.ts @@ -21,7 +21,7 @@ import '@angular/router'; import 'angular-in-memory-web-api'; import 'rxjs'; - +import '../public/thirdparty/js/jquery_1.12.4.min.js'; import '../public/thirdparty/css/bootstrap.min.css'; import '../public/thirdparty/css/magic-check.css'; import '../public/thirdparty/css/zTreeStyle.css'; @@ -32,7 +32,7 @@ import '../public/thirdparty/js/bootstrap.min.js'; import '../public/thirdparty/js/bootstrap-table.min.js'; import '../public/thirdparty/js/bootstrap-table-filter-control.min.js'; import '../public/thirdparty/js/jquery.ztree.core-3.5.js'; -import '../public/thirdparty/js/jquery_1.12.4.min.js'; + import '../public/thirdparty/js/mustache.js'; |