Skip to content

Commit

Permalink
[FIX]cluster detachprimarystorage display error info
Browse files Browse the repository at this point in the history
  • Loading branch information
QiRaining committed Dec 21, 2016
1 parent 2fb3fc2 commit 04b58c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div kendo-window="detachPrimaryStorage__" k-visible="false" k-options="detachPrimaryStorageOptions__">
<div>
<div class="alert alert-warning col-sm-21" ng-show="!hasL2Network()">
<div class="alert alert-warning col-sm-21" ng-show="!hasPrimaryStorage()">
{{"cluster.detachPrimaryStorage.hasL2Network()" | translate}}
</div>

Expand Down

0 comments on commit 04b58c0

Please sign in to comment.