@ -1,15 +1,14 @@
< div ng-controller = "Developer.WorkspacesController" hawtio-card-bg >
< div ng-controller = "Developer.WorkspacesController" hawtio-card-bg >
< div hawtio-breadcrumbs > < / div >
< div hawtio-tabs > < / div >
< div class = "container-content " >
< div class = "container-fluid sj_fluid" >
< div class = "row nav-content mb10 clear " >
< div class = "row nav-content mb10 clear " >
< ul class = "nav nav-tabs sj_nav_taps fl" ng-show = "navbarItems.length" >
< li role = "presentation" ng-repeat = "item in navbarItems" class = "{{item.class}}" > < a href = "#" ng-click = "selectBatchItem(item)" > {{item.label}}< / a > < / li >
< / ul >
< div class = "fr sj_searchbox" >
< input type = "text" class = "sj_search_input" / >
< input type = "text" class = "sj_search_input" / >
< a href = "#" class = "sj_search_btn" > < / a >
< / div >
< / div >
@ -22,33 +21,28 @@
< div class = " fl" >
< input type = "checkbox" class = "fl mr5 " style = "margin-top: 8px;" / >
< label class = "fl mr5 " style = "margin-top: 5px; font-style:nomal;" > 全选< / label >
< button ng-disabled = "!id && tableConfig.selectedItems.length == 0"
class="btn btn-success pull-right sj_btn_grey"
ng-click="deletePrompt(id || tableConfig.selectedItems)">
< i class = "glyphicon glyphicon-trash" > < / i > 删除数据
< span class = "pull-right" > < / span >
< button class = "btn pull-right sj_btn_grey " ng-disabled = "!id && tableConfig.selectedItems.length == 0" ng-click = "deletePrompt(id || tableConfig.selectedItems)" >
< i class = "glyphicon glyphicon-trash" > < / i > 删除
< / button >
< span class = "pull-right" > < / span >
< button ng-disabled = "!id && tableConfig.selectedItems.length == 0"
class="btn btn-success pull-right sj_btn_grey"
ng-click="migrationClick.open(id || tableConfig.selectedItems)">
< i class = "glyphicon glyphicon-export" > < / i > 迁移数据
< button class = "btn pull-right sj_btn_grey " ng-disabled = "!id && tableConfig.selectedItems.length == 0" ng-click = "migrationClick.open(id || tableConfig.selectedItems)" >
< i class = "glyphicon glyphicon-export" > < / i > 迁移
< / button >
< span class = "pull-right" > < / span >
< button ng-disabled = "!id && tableConfig.selectedItems.length == 0"
class="btn btn-success pull-right sj_btn_grey"
ng-click="createOracleService(id || tableConfig.selectedItems)">
< i class = "glyphicon glyphicon-play-circle" > < / i > 启动服务
< button class = "btn pull-right sj_btn_grey " ng-disabled = "!id && tableConfig.selectedItems.length == 0" ng-click = "createOracleService(id || tableConfig.selectedItems)" >
< i class = "glyphicon glyphicon-play-circle" > < / i > 启动
< / button >
< / div >
< ul class = "fr sj_table_bottom" >
< li class = "mr5 " > 当前显示1~7行, 共7行。< / li >
< li class = "mr5 " > 当前显示1~7行, 共7行。< / li >
< li class = "mr5 " > 每页显示
< select ng-options = "value for value in pageSizeChoses" ng-change = "selectAction()" ng-model = "options.currentTableSize" > < / select > 行
< / li >
< li class = "mr5 " > 当前页码< / li >
< li >
< div class = "hawtio-pager clearfix" >
< label > {{options.currentPageNum}} / {{options.getPageSizeNum()}}< / label >
< label > {{options.currentPageNum}} / {{options.getPageSizeNum()}}< / label >
< div class = btn-group >
< button class = "btn sj_btn_grey" ng-disabled = "isEmptyOrFirst()" ng-click = "first()" > < i class = "fa fa-fast-backward" > < / i > < / button >
< button class = "btn sj_btn_grey" ng-disabled = "isEmptyOrFirst()" ng-click = "previous()" > < i class = "fa fa-step-backward" > < / i > < / button >
@ -62,10 +56,10 @@
< / div >
< / div >
< / div >
< div modal = "migrationClick.dialog.show " >
< div modal = "migrationClick.dialog.show " >
< form name = "selectFolder " class = " " ng-submit = "migrationClick.onOk() " >
< div class = "modal-header sj_modal-header" >
< h4 > 数据迁移< / h4 > < / div >
< div class = "modal-header sj_modal-header" >
< h4 > 数据迁移< / h4 > < / div >
< div class = "modal-body sj_modal_body" >
< div class = "row sj_model_row" >
< label class = "col-sm-3 control-label sj_contro_label" for = "selectedItem " >
@ -73,15 +67,15 @@
< / label >
< 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 volumes " / >
< / div >
< div class = "form-group" >
< div class = "col-sm-12 alert alert-warning" ng-show = "!volumes || volumes.length == 0" >
< span class = "help-block" >
< span class = "help-block" >
当前没有可以迁移的集群,请在数据集群配置页面进行配置!
< / span >
< / div >
< / div >
< div ng-hide = "!volumes || volumes.length == 0" >
< div ng-hide = "!volumes || volumes.length == 0" >
< treecontrol class = "tree-classic" tree-model = "migrationClick.selectedItem.folder" options = "treeOptions" on-selection = "showSelected(node)" selected-node = "selectNode" >
{{node.name}}
< / treecontrol >