Add rule manager common component
authorYILI <li.yi101@zte.com.cn>
Fri, 24 Feb 2017 08:33:35 +0000 (16:33 +0800)
committer6092002077 <li.yi101@zte.com.cn>
Fri, 24 Feb 2017 08:33:35 +0000 (16:33 +0800)
commitf14d8c4b00e0885b1b0a1c84ee35b25fc4d5f4d3
tree09f02bb37f64bd20f0333c85825b0e1139a66bf3
parent04b6572eb9640542f266d81776748dcad15fb483
Add rule manager common component

read rule manager common component include main,routing,module and other content

Issue-ID:CLIENT-164

Change-Id: I1cc0a218cf97a379a53d2faaacec37977b56a92c
Signed-off-by: YILI <li.yi101@zte.com.cn>
alarm-analysis/src/main/webapp/alarm/app/app.component.ts [new file with mode: 0644]
alarm-analysis/src/main/webapp/alarm/app/app.module.ts [new file with mode: 0644]
alarm-analysis/src/main/webapp/alarm/app/app.routing.ts [new file with mode: 0644]
alarm-analysis/src/main/webapp/alarm/app/main.ts [new file with mode: 0644]
alarm-analysis/src/main/webapp/alarm/app/pages/remote.component.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/alarm/index.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/alarm/main.ts [new file with mode: 0644]
alarm-analysis/src/main/webapp/alarm/polyfills.ts [new file with mode: 0644]
alarm-analysis/src/main/webapp/alarm/vendor.ts [new file with mode: 0644]