|
|
|
@ -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>
|
|
|
|
|