...
|
...
|
@@ -74,7 +74,7 @@ function getColumns(){ |
|
|
var canScaleMessage='' ;
|
|
|
if(protectedB != null && protectedB != undefined){
|
|
|
if(protectedB){
|
|
|
canScaleMessage = ' <a href="#" title="该主机免于缩减"><span class="badge" style="background-color:#3bb4f2;font-weight:normal;">免</span></a>';
|
|
|
canScaleMessage = ' <a href="#" title="该主机免于缩减"><span class="badge" style="background-color:#5bc0de;font-weight:normal;">免</span></a>';
|
|
|
}else{
|
|
|
canScaleMessage = ' ';
|
|
|
}
|
...
|
...
|
|