Merge "Node network group long name fix"

This commit is contained in:
Jenkins 2015-11-17 09:39:04 +00:00 committed by Gerrit Code Review
commit 25f7d41777
2 changed files with 4 additions and 1 deletions

View File

@ -3157,6 +3157,9 @@ input[type=range] {
}
.node-details-popup {
.node-summary {
.break-word;
}
.node-image-outline {
width: 200px;
height: 58px;

View File

@ -635,7 +635,7 @@ function($, _, i18n, Backbone, React, utils, models, dispatcher, controls, compo
<div className='node-details-popup'>
<div className='row'>
<div className='col-xs-5'><div className='node-image-outline' /></div>
<div className='col-xs-7'>
<div className='col-xs-7 node-summary'>
{this.props.cluster &&
<div><strong>{i18n('dialog.show_node.cluster')}: </strong>{this.props.cluster.get('name')}</div>
}