unbang the test bang

This commit is contained in:
Matt Hill
2025-05-09 11:06:53 -06:00
parent 8c977c51ca
commit cd554f77f3

View File

@@ -20,7 +20,7 @@ import { i18nPipe } from '@start9labs/shared'
@if (!services()) {
<tui-loader [style.height.%]="100" [textContent]="'Loading' | i18n" />
} @else {
@if (!services()?.length) {
@if (services()?.length) {
<table tuiTable class="g-table" [(sorter)]="sorter">
<thead>
<tr>