YARN-5490. [YARN-3368] Fix various alignment issues and broken breadcrumb link in Node page. (Akhil P B Tan via Sunil G)

This commit is contained in:
sunilg 2016-10-27 21:04:56 +05:30 committed by Wangda Tan
parent 12ddbbc61d
commit 64c7cda7e5
7 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@ export default Ember.Controller.extend({
routeName: 'application' routeName: 'application'
},{ },{
text: "Nodes", text: "Nodes",
routeName: 'yarn-nodes' routeName: 'yarn-nodes.table'
}, { }, {
text: `Node [ ${nodeInfo.id} ]`, text: `Node [ ${nodeInfo.id} ]`,
href: `/#/yarn-node/${nodeInfo.id}/${nodeInfo.addr}`, href: `/#/yarn-node/${nodeInfo.id}/${nodeInfo.addr}`,

View File

@ -27,7 +27,7 @@ export default Ember.Controller.extend({
routeName: 'application' routeName: 'application'
},{ },{
text: "Nodes", text: "Nodes",
routeName: 'yarn-nodes' routeName: 'yarn-nodes.table'
}, { }, {
text: `Node [ ${nodeInfo.id} ]`, text: `Node [ ${nodeInfo.id} ]`,
href: `/#/yarn-node/${nodeInfo.id}/${nodeInfo.addr}`, href: `/#/yarn-node/${nodeInfo.id}/${nodeInfo.addr}`,

View File

@ -27,7 +27,7 @@ export default Ember.Controller.extend({
routeName: 'application' routeName: 'application'
},{ },{
text: "Nodes", text: "Nodes",
routeName: 'yarn-nodes' routeName: 'yarn-nodes.table'
}, { }, {
text: `Node [ ${nodeInfo.id} ]`, text: `Node [ ${nodeInfo.id} ]`,
href: `/#/yarn-node/${nodeInfo.id}/${nodeInfo.addr}`, href: `/#/yarn-node/${nodeInfo.id}/${nodeInfo.addr}`,

View File

@ -27,7 +27,7 @@ export default Ember.Controller.extend({
routeName: 'application' routeName: 'application'
}, { }, {
text: "Nodes", text: "Nodes",
routeName: 'yarn-nodes', routeName: 'yarn-nodes.table',
}, { }, {
text: "Heatmap", text: "Heatmap",
routeName: 'yarn-nodes-heatmap', routeName: 'yarn-nodes-heatmap',

View File

@ -27,7 +27,7 @@ export default Ember.Controller.extend({
routeName: 'application' routeName: 'application'
}, { }, {
text: "Nodes", text: "Nodes",
routeName: 'yarn-nodes', routeName: 'yarn-nodes.table',
}] }]
}); });

View File

@ -82,7 +82,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-4 container-fluid"> <div class="col-lg-5 container-fluid">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
Resource - Memory (in MB) Resource - Memory (in MB)
@ -97,7 +97,7 @@
</div> </div>
</div> </div>
<div class="col-lg-4 container-fluid"> <div class="col-lg-5 container-fluid">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
Resource - VCores Resource - VCores

View File

@ -47,7 +47,7 @@
<div class="col-md-10 container-fluid"> <div class="col-md-10 container-fluid">
{{#if model.clusterMetrics}} {{#if model.clusterMetrics}}
<div class="row"> <div class="row">
<div class="col-lg-4 container-fluid"> <div class="col-lg-5 container-fluid">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
Node Managers Node Managers