mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 00:11:49 +02:00
Fix top port overlay issues
Should not look like crap on small screens anymore
This commit is contained in:
@@ -17,7 +17,8 @@ echo('
|
|||||||
<div class="cycle-slideshow"
|
<div class="cycle-slideshow"
|
||||||
data-cycle-fx="fade"
|
data-cycle-fx="fade"
|
||||||
data-cycle-timeout="10000"
|
data-cycle-timeout="10000"
|
||||||
data-cycle-slides="> div">
|
data-cycle-slides="> div"
|
||||||
|
style="clear: both">
|
||||||
');
|
');
|
||||||
|
|
||||||
foreach (get_matching_files($config['html_dir']."/includes/front/", "/^top_.*\.php$/") as $file)
|
foreach (get_matching_files($config['html_dir']."/includes/front/", "/^top_.*\.php$/") as $file)
|
||||||
|
|||||||
Reference in New Issue
Block a user