diff --git a/html/css/styles.css b/html/css/styles.css index 765e83131..8bfce8f92 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1606,6 +1606,7 @@ tr.search:nth-child(odd) { height: 600px; } -.full-width { +.75pc-width { display:block; + width: 75%; } diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index 3eeb8d8c5..d65306ff0 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -149,7 +149,7 @@ var grid = $("#devices").bootgrid({ columnSelection: false, formatters: { "status": function(column,row) { - return "

" + row.msg + "

"; + return "

" + row.msg + "

"; } }, templates: {