Merge branch 'v2.5-export' into nightly

This commit is contained in:
JonnyWong16
2020-10-02 20:45:11 -07:00
45 changed files with 6500 additions and 521 deletions

View File

@@ -212,7 +212,7 @@ users_list_table_options = {
"data": "duration",
"createdCell": function (td, cellData, rowData, row, col) {
if (cellData !== null && cellData !== '') {
$(td).html(humanTimeClean(cellData));
$(td).html(humanDuration(cellData, 'dhm', 's'));
}
},
"searchable": false,