MCSM: уменьшили колонку под список серверов
This commit is contained in:
@@ -79,8 +79,8 @@ var ContentModule = React.createClass({
|
||||
});
|
||||
|
||||
element = ce('div', {className: 'row'},
|
||||
ce('div', {className: 'col-md-4'}, ce(ServerList, null, serverListItems)),
|
||||
ce('div', {className: 'col-md-8'}, ce(ServerInfo, {ref: "serverInfo"}))
|
||||
ce('div', {className: 'col-md-3'}, ce(ServerList, null, serverListItems)),
|
||||
ce('div', {className: 'col-md-9'}, ce(ServerInfo, {ref: "serverInfo"}))
|
||||
);
|
||||
} else if (this.state.nvScriptReady < 0) {
|
||||
element = ce('span', null, 'error');
|
||||
|
||||
Reference in New Issue
Block a user