Renaming packages

This commit is contained in:
Francesco
2023-10-31 14:44:15 +01:00
parent 8fd9dd3631
commit 773bd5d72c
3 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
</div>
<h5 class="fw-bold mt-3">Export format</h3>
<select name="format" class="form-select">
<option th:each="format : ${T(tech.ailef.dbadmin.external.dto.DataExportFormat).values()}"
<option th:each="format : ${T(tech.ailef.snapadmin.external.dto.DataExportFormat).values()}"
th:value="${format}" th:text="${format}">
</option>
</select>