Hosts View: Add the score column #6741

This commit is contained in:
uccidibuti 2022-06-30 13:10:48 +02:00
parent 6905398633
commit 3ed878df79
4 changed files with 31 additions and 3 deletions

View file

@ -559,6 +559,13 @@ if (_GET["page"] ~= "historical") then
textAlign: 'center'
}
}, {
title: "]] print(i18n("score")) print[[",
field: "column_score",
sortable: true,
css: {
textAlign: 'center'
}
}, {
title: "]] print(i18n("breakdown")) print[[",
field: "column_breakdown",
sortable: false,