more validation

This commit is contained in:
Robert Nasarek 2023-09-04 14:38:02 +02:00
parent bb4d5b65d5
commit e0db22915b
12 changed files with 196 additions and 82 deletions

View file

@ -10,7 +10,6 @@
<th>Subdomain</th>
<th>Valid</th>
<th>Provisioned</th>
<th>Error</th>
<th>Options</th>
</tr>
{% for item in accounts.data %}
@ -38,7 +37,6 @@
{% else %}
unknown
{% endif %}</td>
<td>{{ accounts.error }}</td>
<td><label for="account-edit"></label>
<select name="account-edit" id="account-edit">
<option value="edit">edit</option>

View file

@ -9,7 +9,6 @@
<th>Subdomain</th>
<th>Valid</th>
<th>Provisioned</th>
<th>Error</th>
</tr>
<tr>
<td>{{ account.data.personName }}</td>
@ -34,7 +33,6 @@
{% else %}
unknown
{% endif %}</td>
<td>{{ account.error }}</td>
</tr>
</table>
<hr>