mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 11:35:05 +00:00
parent
04c6c51aed
commit
3e0dcf7342
@ -112,7 +112,7 @@
|
||||
color="primary"
|
||||
(click)="submitForm()"
|
||||
mat-button>
|
||||
<span *nifiSpinner="saving.value">Add</span>
|
||||
<span *nifiSpinner="saving.value">Apply</span>
|
||||
</button>
|
||||
}
|
||||
</mat-dialog-actions>
|
||||
|
@ -70,7 +70,7 @@
|
||||
[disabled]="editTenantForm.invalid || saving.value"
|
||||
(click)="okClicked()"
|
||||
color="primary">
|
||||
<span *nifiSpinner="saving.value">Ok</span>
|
||||
<span *nifiSpinner="saving.value">{{ isNew ? 'Add' : 'Apply' }}</span>
|
||||
</button>
|
||||
</mat-dialog-actions>
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user