Skip to content

Commit

Permalink
Merge pull request #513 from BennieMeng/feature/cluster-displayname-edit
Browse files Browse the repository at this point in the history
frontend: add cluster displayname edit
  • Loading branch information
BennieMeng authored Nov 21, 2019
2 parents a3c729e + ad8cbf6 commit 1a13271
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ <h3 class="modal-title">{{title}}
</clr-control-helper>
<clr-control-error>{{'ERROR.CLUSTER_NAME' | translate}}</clr-control-error>
</clr-input-container>
<clr-input-container>
<label class="required">displayname</label>
<input type="text" clrInput id="name" [(ngModel)]="cluster.displayname" name="displayname" size="24" required maxlength="24">
<clr-control-error>{{'ERROR.CLUSTER_NAME' | translate}}</clr-control-error>
</clr-input-container>
<clr-input-container>
<label class="required">Master</label>
<input type="text" clrInput id="master" [(ngModel)]="cluster.master" name="master" required
Expand Down

0 comments on commit 1a13271

Please sign in to comment.