mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Removed include due an perl error, need more work
This commit is contained in:
parent
4d7b1b5f03
commit
4d4578143e
2 changed files with 14 additions and 10 deletions
|
@ -1,6 +1,14 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<TMPL_INCLUDE NAME="generated_by.tmpl">
|
<div style="margin-top: 20px;" class="container">
|
||||||
|
<div class="well well-sm">
|
||||||
|
<small>
|
||||||
|
This page was generated by <a href="http://www.munin-monitoring.org/">Munin</a>
|
||||||
|
version <TMPL_VAR NAME="MUNIN_VERSION"> at <TMPL_VAR NAME="TIMESTAMP">
|
||||||
|
with <a href="https://github.com/jonnymccullagh/munstrap">MunStrap</a> template.
|
||||||
|
</small>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script src="<TMPL_VAR NAME="R_PATH">/static/js/jquery.min.js"></script>
|
<script src="<TMPL_VAR NAME="R_PATH">/static/js/jquery.min.js"></script>
|
||||||
<script src="<TMPL_VAR NAME="R_PATH">/static/js/lazysizes.min.js" async=""></script>
|
<script src="<TMPL_VAR NAME="R_PATH">/static/js/lazysizes.min.js" async=""></script>
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
<div style="margin-top: 20px;" class="container">
|
<table id="generated-table">
|
||||||
<div class="well well-sm">
|
<tr>
|
||||||
<small>
|
<td><small><TMPL_VAR NAME="TAGLINE"></small></td>
|
||||||
This page was generated by <a href="http://www.munin-monitoring.org/">Munin</a>
|
</tr>
|
||||||
version <TMPL_VAR NAME="MUNIN_VERSION"> at <TMPL_VAR NAME="TIMESTAMP">
|
</table>
|
||||||
with <a href="https://github.com/jonnymccullagh/munstrap">MunStrap</a> template.
|
|
||||||
</small>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
Loading…
Add table
Add a link
Reference in a new issue