#5 -- Add rule only if variables are defined
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 1m1s
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 1m1s
This commit is contained in:
parent
df451f01ce
commit
746da497de
@ -78,7 +78,8 @@
|
||||
<span class="badge badge-danger">И / ИЛИ</span>
|
||||
</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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user