Implements ajax refresh of devices types

Implements #1451
This commit is contained in:
Simone Mainardi 2017-10-09 18:28:14 +02:00
parent 3daaedc144
commit 230ec5fe40
2 changed files with 12 additions and 21 deletions

View file

@ -201,10 +201,11 @@ print [[
textAlign: 'left'
}
},
]]
print [[
{
title: "]] print(i18n("details.device_type")) print[[",
field: "column_device_type",
sortable: false,
},
{
title: "]] print(i18n("hosts_stats.hosts")) print[[",
field: "column_hosts",
@ -224,15 +225,6 @@ print [[
},
{
title: "]] print(i18n("details.device_type")) print[[",
field: "column_device_type",
sortable: false,
css: {
textAlign: 'center'
}
},
{
title: "]] print(i18n("seen_since")) print[[",
field: "column_since",
sortable: true,