mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated css name
This commit is contained in:
+2
-1
@@ -1606,6 +1606,7 @@ tr.search:nth-child(odd) {
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
.full-width {
|
||||
.75pc-width {
|
||||
display:block;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
@@ -149,7 +149,7 @@ var grid = $("#devices").bootgrid({
|
||||
columnSelection: false,
|
||||
formatters: {
|
||||
"status": function(column,row) {
|
||||
return "<h4><span class='label label-"+row.extra+" full-width'>" + row.msg + "</span></h4>";
|
||||
return "<h4><span class='label label-"+row.extra+" 75pc-width'>" + row.msg + "</span></h4>";
|
||||
}
|
||||
},
|
||||
templates: {
|
||||
|
||||
Reference in New Issue
Block a user