Added API keys. Minor modifications for other views.
This commit is contained in:
@@ -16,9 +16,10 @@
|
||||
|
||||
<mat-card-actions class="actions">
|
||||
<button mat-raised-button
|
||||
disabled="{{waitForResponse}}"
|
||||
(click)="dialogRef.close()">Cancel</button>
|
||||
<button mat-raised-button
|
||||
disabled="{{usernameControl.invalid || waitForResponse}}"
|
||||
disabled="{{!usernameControl.dirty || usernameControl.invalid || waitForResponse}}"
|
||||
(click)="submit()">Add</button>
|
||||
</mat-card-actions>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user