mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Merge pull request #788 from laf/label-width
Fixed label width on devices screen
This commit is contained in:
+1
-1
@@ -1606,7 +1606,7 @@ tr.search:nth-child(odd) {
|
|||||||
height: 600px;
|
height: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.75pc-width {
|
.threeqtr-width {
|
||||||
display:block;
|
display:block;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ var grid = $("#devices").bootgrid({
|
|||||||
columnSelection: false,
|
columnSelection: false,
|
||||||
formatters: {
|
formatters: {
|
||||||
"status": function(column,row) {
|
"status": function(column,row) {
|
||||||
return "<h4><span class='label label-"+row.extra+" 75pc-width'>" + row.msg + "</span></h4>";
|
return "<h4><span class='label label-"+row.extra+" threeqtr-width'>" + row.msg + "</span></h4>";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
templates: {
|
templates: {
|
||||||
|
|||||||
Reference in New Issue
Block a user