From 8e883de068dcd159e30d76a79414c77f49d0d8d1 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 26 Jul 2017 17:34:16 +0800 Subject: add Pods page in webportal delete OPNFV Powered Guidelines page add Pods page with create/list operations Change-Id: Ib9fd2834bd9d54ee33600458a90e3aac76382589 Signed-off-by: SerenaFeng --- .../guidelines/partials/guidelineDetails.html | 50 ---------------------- .../guidelines/partials/testListModal.html | 46 -------------------- 2 files changed, 96 deletions(-) delete mode 100644 testapi/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html delete mode 100644 testapi/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html (limited to 'testapi/3rd_party/static/testapi-ui/components/guidelines/partials') diff --git a/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html b/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html deleted file mode 100644 index f020c9a..0000000 --- a/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html +++ /dev/null @@ -1,50 +0,0 @@ - - -
    -
  1. - {{capability.id}}
    - {{capability.description}}
    - Status: {{ctrl.targetCapabilities[capability.id]}}
    - Project: {{capability.project | capitalize}}
    - Achievements ({{capability.achievements.length}})
    -
      -
    1. - {{achievement}} -
    2. -
    - - Tests ({{ctrl.getObjectLength(capability.tests)}}) -
      -
    • - - {{test}} -
    • -
    • - - {{testName}} -
      - Aliases: -
      • {{alias}}
      -
      -
    • -
    -
  2. -
- -
-
-

Criteria

-
-
    -
  • - {{criterion.name}}
    - {{criterion.Description}}
    - Weight: {{criterion.weight}} -
  • -
-
-
diff --git a/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html b/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html deleted file mode 100644 index 5b1d698..0000000 --- a/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html +++ /dev/null @@ -1,46 +0,0 @@ - -- cgit 1.2.3-korg