mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
unbang the test bang
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user