lib/sensu-dashboard/views/layout.erb in sensu-dashboard-0.9.7.beta vs lib/sensu-dashboard/views/layout.erb in sensu-dashboard-0.9.7
- old
+ new
@@ -44,9 +44,13 @@
<!-- CSS: screen, mobile & print are all in the same file -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/sonian.css">
<link rel="stylesheet" href="css/autoSuggest.css">
+ <!-- Favicon: Set the sensu fan image from github as the favicon -->
+ <link rel="icon" href="/favicon.ico" type="image/x-icon">
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+
<!-- all our JS is at the bottom of the page, except for Modernizr. -->
<script src="js/modernizr-1.7.min.js"></script>
</head>