Skip to content

Commit

Permalink
open modify_replica
Browse files Browse the repository at this point in the history
  • Loading branch information
BennieMeng committed Jan 14, 2020
1 parent 8467caa commit f3117a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
(click)="offlineDeployment(deploymentTpl)"
*ngIf="deploymentTpl.status && (authService.currentAppPermission.kubeDeployment.delete || authService.currentUser.admin)">
{{'BUTTON.DROP' | translate}}</button>
<!-- <button class="wayne-button text"
<button class="wayne-button text"
(click)="modifyReplicas(deploymentTpl)"
*ngIf="deploymentTpl.status && (authService.currentAppPermission.kubeDeployment.create || authService.currentUser.admin)">
{{'DEPLOYMENT.MODIFY_REPLICA' | translate}}</button> -->
{{'DEPLOYMENT.MODIFY_REPLICA' | translate}}</button>
</clr-dg-cell>
</clr-dg-row>

Expand Down

0 comments on commit f3117a6

Please sign in to comment.