mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Shrunk the Hostname column down, it took up 90% of the screen and looked odd.
This commit is contained in:
@@ -48,7 +48,7 @@ var grid = $("#alerts").bootgrid({
|
|||||||
$(this).toggleClass('glyphicon-plus glyphicon-minus');
|
$(this).toggleClass('glyphicon-plus glyphicon-minus');
|
||||||
});
|
});
|
||||||
grid.find(".incident").each( function() {
|
grid.find(".incident").each( function() {
|
||||||
$(this).parent().addClass('col-md-12 col-sm-12 col-xs-12');
|
$(this).parent().addClass('col-lg-4 col-md-4 col-sm-4 col-xs-4');
|
||||||
$(this).parent().parent().on("mouseenter", function() {
|
$(this).parent().parent().on("mouseenter", function() {
|
||||||
$(this).find(".incident-toggle").fadeIn(200);
|
$(this).find(".incident-toggle").fadeIn(200);
|
||||||
}).on("mouseleave", function() {
|
}).on("mouseleave", function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user