YARN-8189. [UI2] Nodes page column headers are half truncated. Contributed by Sunil G.

(cherry picked from commit b0753cc2c0)
This commit is contained in:
Rohith Sharma K S 2018-04-20 19:36:26 +05:30
parent 18b6a2a2ee
commit 3f5b4276e5
1 changed files with 5 additions and 3 deletions

View File

@ -42,19 +42,19 @@ export default Ember.Controller.extend({
id: 'label', id: 'label',
headerTitle: 'Node Label', headerTitle: 'Node Label',
contentPath: 'nodeLabelsAsString', contentPath: 'nodeLabelsAsString',
minWidth: "100px" minWidth: "125px"
}, { }, {
id: 'rack', id: 'rack',
headerTitle: 'Rack', headerTitle: 'Rack',
contentPath: 'rack', contentPath: 'rack',
facetType: null, facetType: null,
minWidth: "100px" minWidth: "250px"
}, { }, {
id: 'state', id: 'state',
headerTitle: 'Node State', headerTitle: 'Node State',
contentPath: 'state', contentPath: 'state',
cellComponentName: 'em-table-status-cell', cellComponentName: 'em-table-status-cell',
minWidth: "100px" minWidth: "125px"
}, { }, {
id: 'address', id: 'address',
headerTitle: 'Node Address', headerTitle: 'Node Address',
@ -118,11 +118,13 @@ export default Ember.Controller.extend({
headerTitle: 'Last Health Update', headerTitle: 'Last Health Update',
contentPath: 'lastHealthUpdate', contentPath: 'lastHealthUpdate',
facetType: null, facetType: null,
minWidth: "250px"
}, { }, {
id: 'healthReport', id: 'healthReport',
headerTitle: 'Health-Report', headerTitle: 'Health-Report',
contentPath: 'healthReport', contentPath: 'healthReport',
facetType: null, facetType: null,
minWidth: "200px"
}, { }, {
id: 'version', id: 'version',
headerTitle: 'Version', headerTitle: 'Version',