This commit is contained in:
parent
835d676323
commit
fdb373e0a9
|
@ -7,6 +7,7 @@
|
||||||
<ul class="nav nav-tabs sj_nav_taps fl" ng-show="navbarItems.length">
|
<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>
|
<li role="presentation" ng-repeat="item in navbarItems" class="{{item.class}}"><a href="#" ng-click="selectBatchItem(item)">{{item.label}}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="fr sj_searchbox">
|
<div class="fr sj_searchbox">
|
||||||
<input type="text" class="sj_search_input" ng-model="keyQuery" placeholder="请选择或输入关键字,多关键字请用空格隔开" onkeydown="if(event.keyCode==13){searchButton.click()}" />
|
<input type="text" class="sj_search_input" ng-model="keyQuery" placeholder="请选择或输入关键字,多关键字请用空格隔开" onkeydown="if(event.keyCode==13){searchButton.click()}" />
|
||||||
<a href="#" class="sj_search_btn" id="searchButton" ng-click="search()"></a>
|
<a href="#" class="sj_search_btn" id="searchButton" ng-click="search()"></a>
|
||||||
|
@ -18,7 +19,7 @@
|
||||||
<div ng-show="model.data.length">
|
<div ng-show="model.data.length">
|
||||||
<table class="table table-striped table-bordered sj_content_table" hawtio-simple-table="tableConfig" id="tableConfig"></table>
|
<table class="table table-striped table-bordered sj_content_table" hawtio-simple-table="tableConfig" id="tableConfig"></table>
|
||||||
<div class="row clear">
|
<div class="row clear">
|
||||||
<div class=" fl">
|
<div class=" fl">
|
||||||
<!--<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>-->
|
||||||
<span class="pull-right"> </span>
|
<span class="pull-right"> </span>
|
||||||
|
@ -30,6 +31,7 @@
|
||||||
<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 style="background-image: -webkit-linear-gradient(top, #fdfdfd,rgb(19, 236, 116));" -->
|
||||||
<button ng-show="isShow" class="btn pull-right sj_btn_grey " ng-disabled="!id && tableConfig.selectedItems.length == 0" ng-click="createOracleService(id || tableConfig.selectedItems)">
|
<button ng-show="isShow" 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> 启动
|
<i class="glyphicon glyphicon-play-circle"></i> 启动
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -6,7 +6,18 @@ table,tr,td{border:0;cellspacing:0; cellpadding:0;}
|
||||||
ol,ul,li{ list-style-type:none}
|
ol,ul,li{ list-style-type:none}
|
||||||
a:link,a:visited{color:#7f7f7f;text-decoration:none;}
|
a:link,a:visited{color:#7f7f7f;text-decoration:none;}
|
||||||
a:hover,a:active{color:#000;}
|
a:hover,a:active{color:#000;}
|
||||||
.fl{ float:left;}
|
.fl{
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
.data_manager_button{
|
||||||
|
width:280px;
|
||||||
|
height: 30px;
|
||||||
|
border: 0px;
|
||||||
|
position:fixed;
|
||||||
|
float:right;
|
||||||
|
left:13%;
|
||||||
|
top:95%
|
||||||
|
}
|
||||||
.fr{ float:right;}
|
.fr{ float:right;}
|
||||||
.cl{ clear:both; overflow:hidden;}
|
.cl{ clear:both; overflow:hidden;}
|
||||||
|
|
||||||
|
|
|
@ -10,45 +10,55 @@ module Developer{
|
||||||
label: "冷区数据管理",
|
label: "冷区数据管理",
|
||||||
title: "数据汇总任务",
|
title: "数据汇总任务",
|
||||||
items: [{
|
items: [{
|
||||||
href: UrlHelpers.join(context,"Overview","cold/data-type/all"),
|
href: UrlHelpers.join(context,"Overview","cold/data-type/all"),
|
||||||
label: "全部",
|
label: "全部",
|
||||||
title: "全部数据"
|
title: "全部数据"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: UrlHelpers.join(context,"Overview","cold/data-type/financial"),
|
href: UrlHelpers.join(context,"Overview","cold/data-type/financial"),
|
||||||
label: "财政",
|
label: "财政",
|
||||||
title: "财政数据"
|
title: "财政数据"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: UrlHelpers.join(context,"Overview/","cold/data-type/social-security"),
|
href: UrlHelpers.join(context,"Overview/","cold/data-type/social-security"),
|
||||||
label: "社保",
|
label: "社保",
|
||||||
title: "社保数据"
|
title: "社保数据"
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: UrlHelpers.join(context,"Overview","hot/data-type/all"),
|
href: UrlHelpers.join(context,"Overview","hot/data-type/all"),
|
||||||
label: "热区数据管理",
|
label: "热区数据管理",
|
||||||
title: "查看所有数据",
|
title: "查看所有数据",
|
||||||
items: [{
|
items: [{
|
||||||
href: UrlHelpers.join(context,"Overview","hot/data-type/all"),
|
href: UrlHelpers.join(context,"Overview","hot/data-type/all"),
|
||||||
label: "全部",
|
label: "全部",
|
||||||
title: "全部数据"
|
title: "全部数据"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: UrlHelpers.join(context,"Overview","hot/data-type/financial"),
|
href: UrlHelpers.join(context,"Overview","hot/data-type/financial"),
|
||||||
label: "财政",
|
label: "财政",
|
||||||
title: "财政数据"
|
title: "财政数据"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: UrlHelpers.join(context,"Overview/","hot/data-type/social-security"),
|
href: UrlHelpers.join(context,"Overview/","hot/data-type/social-security"),
|
||||||
label: "社保",
|
label: "社保",
|
||||||
title: "社保数据"
|
title: "社保数据"
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: UrlHelpers.join(context,"Overview/","task"),
|
href: UrlHelpers.join(context,"Overview/","task"),
|
||||||
label: "查看任务",
|
label: "任务管理",
|
||||||
title: "任务查看"
|
title: "任务查看",
|
||||||
|
items: [{
|
||||||
|
href: UrlHelpers.join(context,"Overview","hot/data-type/all"),
|
||||||
|
label: "全部",
|
||||||
|
title: "全部数据"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
href: UrlHelpers.join(context,"Overview/","hot/data-type/social-security"),
|
||||||
|
label: "社保",
|
||||||
|
title: "社保数据"
|
||||||
|
}]
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue