#5 -- Add rule only if variables are defined
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 1m1s

This commit is contained in:
Anton Romanov 2025-02-21 11:45:38 +04:00
parent df451f01ce
commit 746da497de

View File

@ -78,7 +78,8 @@
<span class="badge badge-danger">И / ИЛИ</span> <span class="badge badge-danger">И / ИЛИ</span>
</div>--> </div>-->
</div> </div>
<a th:href="@{'/rule/edit/' + ${projectId}+'/0'}" class="btn btn-outline-dark">Добавить правило</a> <a th:href="@{'/rule/edit/' + ${projectId}+'/0'}" th:if="${not #lists.isEmpty(variables)}"
class="btn btn-outline-dark">Добавить правило</a>
</div> </div>
</div> </div>