Merge pull request #1012 from laf/alerts-width

Shrunk the Hostname column down, it took up 90% of the screen and looked odd
This commit is contained in:
Paul Gear 2015-05-15 08:03:38 +10:00
commit b05dfe6c7a

View File

@ -48,7 +48,7 @@ var grid = $("#alerts").bootgrid({
$(this).toggleClass('glyphicon-plus glyphicon-minus');
});
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).find(".incident-toggle").fadeIn(200);
}).on("mouseleave", function() {