eliot-portal 92/1792/5
authorSrinivasan Selvam <srinivasan.s.n@huawei.com>
Wed, 16 Oct 2019 04:44:05 +0000 (04:44 +0000)
committerSrinivasan Selvam <srinivasan.s.n@huawei.com>
Mon, 4 Nov 2019 09:21:19 +0000 (14:51 +0530)
commita45c96e6ef35810d4803bad8d00e76258710eb5b
treed8392c330f1e8eb6c3781f761202d28b74be852e
parentfd64df9852e4701aaa074676e35518f9b53d1b74
eliot-portal

Signed-off-by: Srinivasan Selvam <srinivasan.s.n@huawei.com>
Change-Id: I1621be797ab202ae6f5f0e1459c2343306e8b610
79 files changed:
blueprints/common/eliot-ui/frontend-src/README.md [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/angular.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/browserslist [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/e2e/protractor.conf.js [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/e2e/src/app.e2e-spec.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/e2e/src/app.po.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/e2e/tsconfig.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/karma.conf.js [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/package-lock.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/package.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/proxy.conf.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/app-routing.module.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/app.component.html [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/app.component.scss [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/app.component.spec.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/app.component.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/app.module.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/datainterface.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/deployments/deployments.component.html [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/deployments/deployments.component.scss [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/deployments/deployments.component.spec.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/deployments/deployments.component.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/edgeserver.spec.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/edgeserver.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/home/home.component.html [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/home/home.component.scss [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/home/home.component.spec.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/home/home.component.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/myservice.service.spec.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/myservice.service.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/nodes/nodes.component.html [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/nodes/nodes.component.scss [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/nodes/nodes.component.spec.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/nodes/nodes.component.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/pods/pods.component.html [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/pods/pods.component.scss [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/pods/pods.component.spec.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/pods/pods.component.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/replica/replica.component.html [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/replica/replica.component.scss [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/replica/replica.component.spec.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/replica/replica.component.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/server.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/serverroom.spec.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/serverroom.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/services/services.component.html [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/services/services.component.scss [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/services/services.component.spec.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/app/services/services.component.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/.gitkeep [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/ac_off.png [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/ac_on.jpg [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/ac_on_final.png [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/data/nodes.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/data/nodesdrop.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/data/pods.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/data/podsnamespaces.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/data/post.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/data/services.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/images/air.png [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/images/datacenter.jpg [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/images/datacenterr.jpg [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/images/iot.jpg [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/images/temp.jpg [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/images/temp1.png [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/images/temperature.png [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/assets/light-on.png [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/environments/environment.prod.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/environments/environment.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/favicon.ico [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/index.html [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/main.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/polyfills.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/styles.scss [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/src/test.ts [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/tsconfig.app.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/tsconfig.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/tsconfig.spec.json [new file with mode: 0644]
blueprints/common/eliot-ui/frontend-src/tslint.json [new file with mode: 0644]