mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
improve config and mock infra
This commit is contained in:
committed by
Aiden McClelland
parent
c5f2379c6e
commit
1b0173197f
@@ -8,9 +8,9 @@
|
||||
<ion-title>
|
||||
{{ spec.name }}
|
||||
</ion-title>
|
||||
<ion-buttons slot="end">
|
||||
<ion-button [disabled]="!!error" (click)="done()" color="primary">
|
||||
{{ saveFn ? 'Save' : 'Done' }}
|
||||
<ion-buttons *ngIf="!!saveFn" slot="end">
|
||||
<ion-button [disabled]="!!error" (click)="save()" color="primary">
|
||||
Save
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
|
||||
Reference in New Issue
Block a user