summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-widget-ms/src/main/resources/templates/widgetsPage.html
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-widget-ms/src/main/resources/templates/widgetsPage.html')
-rw-r--r--ecomp-portal-widget-ms/src/main/resources/templates/widgetsPage.html15
1 files changed, 0 insertions, 15 deletions
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
index 440f64ca..00000000
--- a/ecomp-portal-widget-ms/src/main/resources/templates/widgetsPage.html
+++ /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>