Minor SNMP table column rework

This commit is contained in:
Luca Deri 2024-06-02 23:17:04 +02:00
parent e7d67aa798
commit 2898d821b1
2 changed files with 6 additions and 6 deletions

View file

@ -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",