mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Minor SNMP table column rework
This commit is contained in:
parent
e7d67aa798
commit
2898d821b1
2 changed files with 6 additions and 6 deletions
|
|
@ -45,7 +45,7 @@
|
|||
{
|
||||
"title_i18n": "snmp.interface_alias",
|
||||
"data_field": "alias",
|
||||
"min-width" : "150px",
|
||||
"min-width" : "100px",
|
||||
"sortable": true,
|
||||
"class": [
|
||||
"text-nowrap"
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
{
|
||||
"title_i18n": "admin_status_short",
|
||||
"data_field": "admin_status",
|
||||
"min-width" : "145px",
|
||||
"min-width" : "100px",
|
||||
"sortable": true,
|
||||
"class": [
|
||||
"text-nowrap",
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
{
|
||||
"title_i18n": "interface_status_short",
|
||||
"data_field": "status",
|
||||
"min-width" : "125px",
|
||||
"min-width" : "100px",
|
||||
"sortable": true,
|
||||
"class": [
|
||||
"text-nowrap",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue