[ML] Fixing formatting of processed record count in jobs list (#21395)

This commit is contained in:
James Gowdy 2018-07-30 14:28:37 +01:00 committed by GitHub
parent 00be773430
commit 9fc4438fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View file

@ -12,6 +12,7 @@ import React, {
import { sortBy } from 'lodash';
import { toLocaleString } from '../../../../util/string_utils';
import { ResultLinks, actionsMenuContent } from '../job_actions';
import { JobDescription } from './job_description';
import { JobIcon } from '../job_message_icon';
@ -136,6 +137,8 @@ export class JobsList extends Component {
name: 'Processed records',
sortable: true,
truncateText: false,
dataType: 'number',
render: count => toLocaleString(count)
}, {
field: 'memory_status',
name: 'Memory status',

View file

@ -17,7 +17,7 @@
width: auto;
}
th:nth-child(6) {
width: 90px;
width: 100px;
}
th:nth-child(7) {
width: 85px;

View file

@ -13,7 +13,6 @@
background-color: #F9F9F9;
label {
font-weight: normal;
margin-bottom: 0px;
}
}
}

View file

@ -50,7 +50,6 @@
background-color: #F9F9F9;
label {
font-weight: normal;
margin-bottom: 0px;
}
}

View file

@ -57,7 +57,6 @@
background-color: #F9F9F9;
label {
font-weight: normal;
margin-bottom: 0px;
}
}