mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Changed top X boxes to fade rather than scroll
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
|
||||
echo('
|
||||
<div class="cycle-slideshow"
|
||||
data-cycle-fx="scrollVert"
|
||||
data-cycle-fx="fade"
|
||||
data-cycle-timeout="10000"
|
||||
data-cycle-slides="> div">
|
||||
');
|
||||
|
@ -129,7 +129,6 @@ if ($config['page_refresh']) { echo(' <meta http-equiv="refresh" content="'.$co
|
||||
<script src="js/hogan-2.0.0.js"></script>
|
||||
|
||||
<script src="js/jquery.cycle2.min.js"></script>
|
||||
<script src="js/jquery.cycle2.scrollVert.min.js"></script>
|
||||
<?php
|
||||
if ($config['favicon']) { echo(' <link rel="shortcut icon" href="'.$config['favicon'].'" />' . "\n"); }
|
||||
?>
|
||||
|
Reference in New Issue
Block a user