Skip to content

Commit

Permalink
update i118
Browse files Browse the repository at this point in the history
  • Loading branch information
QiRaining committed Mar 7, 2017
1 parent b016e95 commit 2f89090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>{{model.current.name}}</h1>
<li><a href ng-click="action.enable()" ng-show="model.current.isEnableShow()">{{ "primaryStorage.details.Enable" | translate }}</a></li>
<li><a href ng-click="action.disable()" ng-show="model.current.isDisableShow()">{{ "primaryStorage.details.Disable" | translate }}</a></li>
<li><a href ng-click="action.attachCluster()">{{ "primaryStorage.details.Attach Cluster" | translate }}</a></li>
<li><a href ng-click="action.detachCluster()">{{ "primaryStorage.details.Action" | translate }}</a></li>
<li><a href ng-click="action.detachCluster()">{{ "primaryStorage.details.Detach Cluster" | translate }}</a></li>
<li><a href ng-click="action.reconnect()">{{ "primaryStorage.details.Reconnect" | translate }}</a></li>
<li class="divider"></li>
<li><a href style="color:red" ng-click="funcDelete(deletePrimaryStorage)">{{ "primaryStorage.details.Delete" | translate }}</a></li>
Expand Down

0 comments on commit 2f89090

Please sign in to comment.