Deliver centralized role management feature
[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
deleted file mode 100644 (file)
index 440f64c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<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>