diff --git a/html/css/styles.css b/html/css/styles.css index 8bfce8f926..61a546dfb0 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1606,7 +1606,7 @@ tr.search:nth-child(odd) { height: 600px; } -.75pc-width { +.threeqtr-width { display:block; width: 75%; } diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index d65306ff01..04dd7e1a3f 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: {