1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(endpoints): update information message (#974)

This commit is contained in:
Anthony Lapenna 2017-07-03 08:36:18 +02:00 committed by GitHub
parent 80bb94e745
commit 07a0c4dfe3
2 changed files with 6 additions and 3 deletions

View file

@ -133,10 +133,10 @@
</td>
</tr>
<tr ng-if="!registries">
<td colspan="3" class="text-center text-muted">Loading...</td>
<td colspan="4" class="text-center text-muted">Loading...</td>
</tr>
<tr ng-if="registries.length == 0">
<td colspan="3" class="text-center text-muted">No registries available.</td>
<td colspan="4" class="text-center text-muted">No registries available.</td>
</tr>
</tbody>
</table>