@ -23,19 +23,19 @@
< input type = "checkbox" class = "fl mr5 " style = "margin-top: 8px;" / >
< input type = "checkbox" class = "fl mr5 " style = "margin-top: 8px;" / >
< label class = "fl mr5 " style = "margin-top: 5px; font-style:nomal;" > 全选< / label >
< label class = "fl mr5 " style = "margin-top: 5px; font-style:nomal;" > 全选< / label >
< button ng-disabled = "!id && tableConfig.selectedItems.length == 0"
< button ng-disabled = "!id && tableConfig.selectedItems.length == 0"
class="btn btn-success pull-right sj_btn_grey"
class=" pull-right sj_btn_grey"
ng-click="deletePrompt(id || tableConfig.selectedItems)">
ng-click="deletePrompt(id || tableConfig.selectedItems)">
< i class = "glyphicon glyphicon-trash" > < / i > 删除数据
< i class = "glyphicon glyphicon-trash" > < / i > 删除数据
< / button >
< / button >
< span class = "pull-right" > < / span >
< span class = "pull-right" > < / span >
< button ng-disabled = "!id && tableConfig.selectedItems.length == 0"
< button ng-disabled = "!id && tableConfig.selectedItems.length == 0"
class="btn btn-success pull-right sj_btn_grey"
class=" pull-right sj_btn_grey"
ng-click="migrationClick.open(id || tableConfig.selectedItems)">
ng-click="migrationClick.open(id || tableConfig.selectedItems)">
< i class = "glyphicon glyphicon-export" > < / i > 迁移数据
< i class = "glyphicon glyphicon-export" > < / i > 迁移数据
< / button >
< / button >
< span class = "pull-right" > < / span >
< span class = "pull-right" > < / span >
< button ng-disabled = "!id && tableConfig.selectedItems.length == 0"
< button ng-disabled = "!id && tableConfig.selectedItems.length == 0"
class="btn btn-success pull-right sj_btn_grey"
class=" pull-right sj_btn_grey"
ng-click="createOracleService(id || tableConfig.selectedItems)">
ng-click="createOracleService(id || tableConfig.selectedItems)">
< i class = "glyphicon glyphicon-play-circle" > < / i > 启动服务
< i class = "glyphicon glyphicon-play-circle" > < / i > 启动服务
< / button >
< / button >
@ -74,8 +74,8 @@
< select ng-model = "migrationClick.selectedItem " class = "col-sm-3 sj_modal_select" title = "name of the new namespace " id = "selectedItem " ng-options = "x.name for x in configs.cluster " / >
< select ng-model = "migrationClick.selectedItem " class = "col-sm-3 sj_modal_select" title = "name of the new namespace " id = "selectedItem " ng-options = "x.name for x in configs.cluster " / >
< / div >
< / div >
< div class = "form-group ">
< div class = "form-group mt10 ">
< div class = "col-sm-12 alert alert-warning ">
< div class = "col-sm-12 alert alert-warning sj_alert-warning ">
< span class = "help-block" ng-show = "!volumes || volumes.length == 0" >
< span class = "help-block" ng-show = "!volumes || volumes.length == 0" >
当前没有可以迁移的集群,请在数据集群配置页面进行配置!
当前没有可以迁移的集群,请在数据集群配置页面进行配置!
< / span >
< / span >