Browse Source

Add comment about fragment inclusion

Arkadiusz Ryś 1 year ago
parent
commit
57cf7d222e
1 changed files with 1 additions and 0 deletions
  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">