Show if no app passwords are created

This commit is contained in:
Johannes Zellner
2020-06-12 15:46:34 +02:00
parent 4767fe5515
commit b6157d58c8
+6 -3
View File
@@ -383,12 +383,15 @@
<table class="table table-hover">
<thead>
<tr>
<th style="width: 45%">Name</th>
<th style="width: 45%">App</th>
<th style="width: 10%" class="text-right">Actions</th>
<th style="width: 45%">Name</th>
<th style="width: 45%">App</th>
<th style="width: 10%" class="text-right">Actions</th>
</tr>
</thead>
<tbody>
<tr ng-show="appPassword.passwords.length === 0">
<td colspan="3" class="text-center">No App Passwords created</td>
</tr>
<tr ng-repeat="password in appPassword.passwords">
<td class="text-left elide-table-cell">
<span uib-tooltip="{{ password.creationTime | prettyLongDate }}" class="arrow">{{ password.name }}</span>