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">
|
||||
<td colspan="3" class="text-center text-muted">Loading...</td>
|
||||
</tr>
|
||||
<tr ng-if="$ctrl.state.filteredDataSet.length === 0">
|
||||
<td colspan="3" class="text-center text-muted">No registry available.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue