[PORTAL-16 PORTAL-18] Widget ms; staging
[portal.git] / ecomp-portal-widget-ms / src / main / resources / templates / widgetsPage.html
diff --git a/ecomp-portal-widget-ms/src/main/resources/templates/widgetsPage.html b/ecomp-portal-widget-ms/src/main/resources/templates/widgetsPage.html
new file mode 100644 (file)
index 0000000..440f64c
--- /dev/null
@@ -0,0 +1,15 @@
+<html xmlns:th="http://www.thymeleaf.org">
+<body>
+       
+       <p> Uploaded Widgets: </p>
+
+       <div>
+               <ul>
+                       <li th:each="file : ${files}">
+                               <a th:href="${file}" th:text="${file}" />
+                       </li>
+               </ul>
+       </div>
+
+</body>
+</html>