[NIFI-13051] update dialog action buttons (#8688)

This closes #8688
This commit is contained in:
Scott Aslan 2024-04-23 11:36:02 -04:00 committed by GitHub
parent 04c6c51aed
commit 3e0dcf7342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>
}