Skip to content

Commit

Permalink
refactor(porjects): removed set openstack password
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jul 19, 2018
1 parent 8293d55 commit 591908e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/projectmanagement/overview.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ <h1>Projects Overview</h1>
<p *ngIf="project.ComputeCenter[0] != 'None'">{{project.ComputeCenter[0]}}</p>
<ul *ngIf="project.ComputeCenter[0] != 'None'">

<button (click)="verifyModal.show();UserModalFacilityDetails=project.ComputeCenterDetails;UserModalFacility=project.ComputeCenter;"
<!--button (click)="verifyModal.show();UserModalFacilityDetails=project.ComputeCenterDetails;UserModalFacility=project.ComputeCenter;"
class="btn btn-primary">Set your OpenStack API password
</button>
</button-->
<li *ngFor="let details of project.ComputeCenterDetails">{{details[0]}}: <a
target="_blank"
*ngIf="details[0] == 'Login'"
Expand Down

0 comments on commit 591908e

Please sign in to comment.