mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
unbang the test bang
This commit is contained in:
@@ -20,7 +20,7 @@ import { i18nPipe } from '@start9labs/shared'
|
|||||||
@if (!services()) {
|
@if (!services()) {
|
||||||
<tui-loader [style.height.%]="100" [textContent]="'Loading' | i18n" />
|
<tui-loader [style.height.%]="100" [textContent]="'Loading' | i18n" />
|
||||||
} @else {
|
} @else {
|
||||||
@if (!services()?.length) {
|
@if (services()?.length) {
|
||||||
<table tuiTable class="g-table" [(sorter)]="sorter">
|
<table tuiTable class="g-table" [(sorter)]="sorter">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user