Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 74a73b3b

Přidáno uživatelem Vojtěch Danišík před asi 4 roky(ů)

re #7887 Deleting configurations and assemblies, Minor restructuralization.

Zobrazit rozdíly:

src/main/webapp/WEB-INF/templates/assembly_manage.html
169 169
    </div>
170 170
    <div th:each="roleWithAccess, i : ${assembly.roles}" class="input-action-box input-border-bottom">
171 171
      <input type="hidden" th:field="${assembly.roles[__${i.index}__].id}" th:value="${roleWithAccess.id}">
172
      <input type="text" readonly class="form-control-plaintext" th:field="${assembly.roles[__${i.index}__].name}" th:id="selectedRole + ${roleWithAccess.name}" th:value="${roleWithAccess.name}">
172
      <input type="text" readonly class="form-control-plaintext" th:field="${assembly.roles[__${i.index}__].name}" th:id="${roleWithAccess.name}" th:value="${roleWithAccess.name}">
173 173

  
174 174
      <span class="action-padding input-action-margin sort-icon">
175 175
      <i class="fas fa-sort"></i>

Také k dispozici: Unified diff