Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
#526-manage-accounts - bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksendart committed Oct 9, 2017
1 parent 45de7ab commit 2ae319a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<cs-overlay-loading [active]="loading"></cs-overlay-loading>
<h3 *ngIf="!loading" class="mat-dialog-title">
<h3 class="mat-dialog-title">
{{ (title || 'ACCOUNT_PAGE.CONFIGURATION.EDIT') | translate }}
</h3>
<form (ngSubmit)="onConfigurationUpdate()" #configurationForm="ngForm">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,4 @@ export class EditAccountConfigurationComponent {
this.dialogRef.close(newConfiguration);
}

/*
command=updateConfiguration&accountid=44efce88-8677-46c4-9931-20eafbdebd00
&response=json
&name=use.system.public.ips
&value=true
&_=1506911974417
* */


}
1 change: 1 addition & 0 deletions src/app/accounts/account/account-item.component.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
import { MdMenuTrigger } from '@angular/material';
import { AuthService } from '../../shared/services/auth.service';
import { Account } from '../../shared/models/account.model';

@Component({
selector: 'cs-account-item',
Expand Down

0 comments on commit 2ae319a

Please sign in to comment.