Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b439853d

Přidáno uživatelem Michal Linha před asi 4 roky(ů)

re #7881 ability to create or edit a user configuration and set or edit its basic attributes, operator value and configuration name are validated, if operator value is wrong user is redirected to main page, auto increment functionality changed to IDENTITY

Zobrazit rozdíly:

src/main/webapp/WEB-INF/templates/index.html
31 31
				</div>
32 32
				<table class="table table-bordered table-striped">
33 33
					<tbody>
34
					<tr>
35
						<td><a href=#>Vlastní šablona 1</a></td>
36
						<td class="center-cell">
37
				  <span class="action-button">
38
					<a href=# class="action-link far fa-trash-alt"></a>
39
				  </span>
40
						</td>
41
					</tr>
42
					<tr>
43
						<td><a href=#>Vlastní šablona 2, Vlastní šablona 2, Vlastní šablona 2, Vlastní šablona 2</a></td>
34
					<tr th:each="iconfiguration : ${configurations}">
35
						<td><a th:href="@{/configuration(configurationID=${iconfiguration.id})}"><span th:text="${iconfiguration.name}"></span></a></td>
44 36
						<td class="center-cell">
45 37
				  <span class="action-button">
46 38
					<a href=# class="action-link far fa-trash-alt"></a>

Také k dispozici: Unified diff