From 86db2b6832d51f8cd4d428bc431aca9daa99c4e0 Mon Sep 17 00:00:00 2001 From: thuva4 Date: Tue, 16 Jan 2018 00:09:51 +0530 Subject: Design the scenario create method design scenario create method in modal way. design scenario page. Add,delete for installers,versions, projects and customs are implemented. tests are added. 1. Pods page 2. project page 3. Scenarios 4. Scenario Change-Id: Ice26af77ec3d5fe874cf5c2062f208072dea289f Signed-off-by: thuva4 --- .../ui/components/scenarios/scenario/scenario.html | 463 +++++++++++---------- 1 file changed, 235 insertions(+), 228 deletions(-) (limited to 'testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html') diff --git a/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html b/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html index d96986e..328a5e6 100644 --- a/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html +++ b/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html @@ -1,234 +1,241 @@ Scenario -
-
- - - - - - - - - - - - - - - - - + + +
Id :{{ctrl.data.scenarios[0]._id}}
Name :{{ctrl.data.scenarios[0].name}}
Created at :{{ctrl.data.scenarios[0].creation_date}}
Installers - -
- -
-
-
- - - - - - - - - - + + +
- {{index+1}}. Installer:  - - {{installer.installer}} - - -
- Versions: - -
- -

Hide

-

Show

-
+
+
+ + + + + + + + + + + + + + + + + - - -
Id :{{ctrl.data.scenarios[0]._id}}
Name :{{ctrl.data.scenarios[0].name}}
Created at :{{ctrl.data.scenarios[0].creation_date}}
Installers + +
+ +
+
+
+ + + + + + + + + + - - -
+ {{indexI+1}}. Installer:  + + {{installer.installer}} + + +
+ Versions: + + +
+ +
+
+
+ + + + + + + + + + + + + + + + +
+ {{indexV+1}}. Version: + + {{version.version}} + + +
+ Owner: + {{version.owner}}
+ Projects: + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ {{indexP+1}}. Project: + + {{project.project}} + + +
+ Trust Indicators: + + +

Hide

+

Show

+
+ + + + + + + + + + + + + + +
+ Status:  + + {{trust_indicator.status}} +
+ Date:  + + {{trust_indicator.date}} +
+
+ Scores: + + +

Hide

+

Show

+
+ + + + + + + + + + + + + + +
+ Score:  + + {{score.score}} +
+ Date:  + + {{score.date}} +
+
+ Customs: + + +

Hide

+

Show

+
+ + + + + + + + + + + + +
+ {{custom}} + + +
+
+
+
+
-
- -
-
-
- - - - - - - - - - - - - - - - -
- {{index+1}}. Version: - - {{version.version}} - - -
- Owner: - {{version.owner}}
- Projects: - - -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - -
- {{index+1}}. Project: - - {{project.project}} -
- Trust Indicators: - - -

Hide

-

Show

-
- - - - - - - - - - - - - - -
- Status:  - - {{trust_indicator.status}} -
- Date:  - - {{trust_indicator.date}} -
-
- Scores: - - -

Hide

-

Show

-
- - - - - - - - - - - - - - -
- Score:  - - {{score.score}} -
- Date:  - - {{score.date}} -
-
- Customs: - - -

Hide

-

Show

-
- - - - - - - - - - - - -
- {{custom}} - - -
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-