fix(template): Remove the no registry available on the registriesDataTable (#5774)

pull/5819/head
Luis Louis 2021-10-01 01:15:32 -04:00 committed by GitHub
parent 328abfd74e
commit cd651f2cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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