mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
core/monit: allow theme override for monit widget; closes #2852
This commit is contained in:
parent
558ba5aa7f
commit
5b45dfa2ce
@ -29,7 +29,7 @@
|
||||
require_once("widgets/include/monit.inc");
|
||||
|
||||
?>
|
||||
<link rel="stylesheet" type="text/css" href="<?= cache_safe('/ui/css/jquery.bootgrid.css') ?>">
|
||||
<link rel="stylesheet" type="text/css" href="<?= cache_safe(get_themed_filename('/css/jquery.bootgrid.css')) ?>">
|
||||
<script src="<?= cache_safe('/ui/js/jquery.bootgrid.js') ?>"></script>
|
||||
|
||||
<script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user