1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

style(settings): fix a small display issue in the hidden containers table

This commit is contained in:
Anthony Lapenna 2017-06-05 08:40:42 +02:00
parent fd79afb429
commit 7bba1c9c5e

View file

@ -138,10 +138,10 @@
<td><button type="button" class="btn btn-danger btn-xs" ng-click="removeFilteredContainerLabel($index)"><i class="fa fa-trash space-right" aria-hidden="true"></i>Remove</button></td>
</tr>
<tr ng-if="settings.BlackListedLabels.length === 0">
<td colspan="2" class="text-center text-muted">No filter available.</td>
<td colspan="3" class="text-center text-muted">No filter available.</td>
</tr>
<tr ng-if="!settings.BlackListedLabels">
<td colspan="2" class="text-center text-muted">Loading...</td>
<td colspan="3" class="text-center text-muted">Loading...</td>
</tr>
</tbody>
</table>