Compare commits

...

1 Commits

Author SHA1 Message Date
Luis Louis
009b99e5b3 Remove the msg of the No registry available on the registriesDatatable.html 2021-09-27 23:24:12 -04:00

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>