From 9ec1397dd9fc9ae3c97ef5a8059dc5b57717c9dc Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Tue, 12 Feb 2019 16:03:17 +0200 Subject: Fix lint and identation issues and remove unwanted parts of code Change-Id: Ic294155075962f0b78e3102cff993ee2421ad99e Signed-off-by: Stamatis Katsaounis --- .../components/application/application.html | 631 ++++++++++----------- 1 file changed, 300 insertions(+), 331 deletions(-) (limited to '3rd_party/static/testapi-ui/components/application/application.html') diff --git a/3rd_party/static/testapi-ui/components/application/application.html b/3rd_party/static/testapi-ui/components/application/application.html index 28b15ab..0b45ab3 100644 --- a/3rd_party/static/testapi-ui/components/application/application.html +++ b/3rd_party/static/testapi-ui/components/application/application.html @@ -1,365 +1,334 @@ - - - - - Logo Request » OpenStack Open Source Cloud Computing Software - - - -
-
-
-

Complete this application then start your CVP journey

-
+
+
+
+

Complete this application then start your CVP journey

+
-
-
-
- -
-
- - -
- -
+
+
+ + +
+
+ + +
+
-
- - -
- -
+
+
+ + +
+
-
- +
+
- -
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Create DateOrganization nameOrganization websiteProduct nameProduct specificationsProduct documentationProduct categoriesPrimary contact namePrimary business emailPrimary postal addressPrimary phone numberUser ID TypeUser IDDescriptionSUT versionSUT HW versionOVP versionOVP categoryCompany logoApprove dateApprovedTest IDLocationOperation
{{ app.creation_date | limitTo: 10 }}{{ app.organization_name }}{{ app.organization_web }}{{ app.product_name}}{{app.product_spec}}{{app.product_documentation}}{{ app.product_categories | category }}{{ app.prim_name }}{{ app.prim_email }}{{ app.prim_address }}{{ app.prim_phone }}{{ app.id_type }}{{ app.user_id }}{{ app.description }}{{ app.sut_version }}{{ app.sut_hw_version }}{{ app.ovp_version }}{{ app.ovp_category }}{{ app.company_logo }}{{ app.approve_date }}{{ app.approved }}{{ app.test_id }} - {{ app.lab_location | labLocation}} - - - - - -
- -
- - -
+
+
- -
-
-

Company Logo Upload for Directory

-
-
- +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Create DateOrganization nameOrganization websiteProduct nameProduct specificationsProduct documentationProduct categoriesPrimary contact namePrimary business emailPrimary postal addressPrimary phone numberOwnerDescriptionSUT versionSUT HW versionOVP versionOVP categoryCompany logoApprove dateApprovedTest IDLocationOperation
{{ app.creation_date | limitTo: 10 }}{{ app.organization_name }}{{ app.organization_web }}{{ app.product_name}}{{app.product_spec}}{{app.product_documentation}}{{ app.product_categories | category }}{{ app.prim_name }}{{ app.prim_email }}{{ app.prim_address }}{{ app.prim_phone }}{{ app.owner }}{{ app.description }}{{ app.sut_version }}{{ app.sut_hw_version }}{{ app.ovp_version }}{{ app.ovp_category }}{{ app.company_logo }}{{ app.approve_date }}{{ app.approved }}{{ app.test_id }} + {{ app.lab_location | labLocation}} + + + + + +
+ +
+ +
- + +
+
+

Company Logo Upload for Directory

+ +
+ +
+ + +
+
-- cgit 1.2.3-korg