Fixed label width on devices screen

This commit is contained in:
laf
2015-04-12 20:02:57 +01:00
parent e25f91f311
commit 3d12e4f550
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ var grid = $("#devices").bootgrid({
columnSelection: false,
formatters: {
"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: {