Explorar el Código

Add comment about fragment inclusion

Arkadiusz Ryś hace 1 año
padre
commit
57cf7d222e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/resources/templates/enact.html

+ 1 - 0
src/main/resources/templates/enact.html

@@ -5,6 +5,7 @@
 </head>
 <body>
 <main>
+  <!-- TODO Use fragment inclusion expressions to hide the panel when no ongoing automated activities are present? -->
   <article th:replace="fragments/automated.html :: activity(activities=${activities})"></article>
 
   <section class="pt-6 pb-6 pl-5 pr-5">