From 772983d58e28848f3945eccd278adf8cbb01a262 Mon Sep 17 00:00:00 2001 From: Eddie Arrage Date: Thu, 31 May 2018 23:59:31 +0000 Subject: Add improvements to OVP directory and logo upload - Formatting changes to directory on home page based on OPNFV marketing - Updated branding guide link - Added test_id field to mongo applications collection to associate to approved results for directory - Set Test ID from user accounts with administrator role in Applications view - Provide file upload function for administrator to post company logos for OVP directory - Company logos are stored and served through tornado from cvp-cvpapi container rather than cvp-web JIRA: DOVETAIL-663 JIRA: DOVETAIL-664 Change-Id: I1226b42883afa2ea2eb5551e3836211abbb94b20 Signed-off-by: Eddie Arrage --- .../components/application/application.html | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'cvp/3rd_party/static/testapi-ui/components/application/application.html') diff --git a/cvp/3rd_party/static/testapi-ui/components/application/application.html b/cvp/3rd_party/static/testapi-ui/components/application/application.html index dc27585d..17b17c68 100644 --- a/cvp/3rd_party/static/testapi-ui/components/application/application.html +++ b/cvp/3rd_party/static/testapi-ui/components/application/application.html @@ -179,6 +179,13 @@ urpose. Once we understand more about your product or service, we can determine +
+ + +
+ +
+
@@ -243,6 +250,7 @@ urpose. Once we understand more about your product or service, we can determine Company logo Approve date Approved + Test ID Location Operation @@ -302,6 +310,7 @@ urpose. Once we understand more about your product or service, we can determine {{ app.company_logo }} {{ app.approve_date }} {{ app.approved }} + {{ app.test_id }} {{ app.lab_location | labLocation}} @@ -322,4 +331,18 @@ urpose. Once we understand more about your product or service, we can determine
+ +
+
+

Company Logo Upload for Directory

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