Deliver centralized role management feature
[portal.git] / ecomp-portal-widget-ms / widget-ms / src / main / resources / templates / widgetsPage.html
1 <html xmlns:th="http://www.thymeleaf.org">
2 <body>
3         
4         <p> Uploaded Widgets: </p>
5
6         <div>
7                 <ul>
8                         <li th:each="file : ${files}">
9                                 <a th:href="${file}" th:text="${file}" />
10                         </li>
11                 </ul>
12         </div>
13
14 </body>
15 </html>