flattened result
This commit is contained in:
		@@ -94,6 +94,15 @@
 | 
			
		||||
        </rb-array-input>
 | 
			
		||||
      </td>
 | 
			
		||||
      <td>
 | 
			
		||||
        <rb-icon-button icon="delete" mode="danger" class="space-below"
 | 
			
		||||
                        (click)="deleteConfirm(modalDeleteConfirm, user.name)">
 | 
			
		||||
          Delete
 | 
			
		||||
        </rb-icon-button>
 | 
			
		||||
        <ng-template #modalDeleteConfirm>
 | 
			
		||||
          <rb-alert alertTitle="Are you sure?" type="danger" okBtnLabel="Delete user" cancelBtnLabel="Cancel">
 | 
			
		||||
            Do you really want to delete this user?
 | 
			
		||||
          </rb-alert>
 | 
			
		||||
        </ng-template>
 | 
			
		||||
        <rb-icon-button icon="save" mode="primary" (click)="saveUser(user)"
 | 
			
		||||
                          [disabled]="nameInput.invalid || emailInput.invalid || locationInput.invalid">
 | 
			
		||||
          Save
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user