mirror of https://github.com/portainer/portainer
fix(template): Remove the no registry available on the registriesDataTable (#5774)
parent
328abfd74e
commit
cd651f2cba
|
@ -102,9 +102,6 @@
|
||||||
<tr ng-if="!$ctrl.dataset">
|
<tr ng-if="!$ctrl.dataset">
|
||||||
<td colspan="3" class="text-center text-muted">Loading...</td>
|
<td colspan="3" class="text-center text-muted">Loading...</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr ng-if="$ctrl.state.filteredDataSet.length === 0">
|
|
||||||
<td colspan="3" class="text-center text-muted">No registry available.</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue