Moved version into footer.
This commit is contained in:
parent
1b55060c6d
commit
f5fe39f27b
2 changed files with 2 additions and 8 deletions
|
@ -223,12 +223,6 @@
|
|||
<!-- Standard-Panel-Inhalt -->
|
||||
<div class="panel-heading">System Info<span class="pull-right clickable"><i class="glyphicon glyphicon-chevron-up"></i></span></div>
|
||||
<div class="panel-body">
|
||||
<b>Dashboard:</b>
|
||||
<ul>
|
||||
<li>Version: <script>
|
||||
document.write(dashboard_version);
|
||||
</script></li>
|
||||
</ul>
|
||||
<b>CPU:</b>
|
||||
<ul>
|
||||
<li>Temperature: <span id="cputemp"></span> °C</li>
|
||||
|
@ -284,7 +278,7 @@
|
|||
</div>
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<span class="text-muted">MMDVM-Dashboard by DG9VH | get your own at: <a href="https://github.com/dg9vh/MMDVMHost-Websocketboard">https://github.com/dg9vh/MMDVMHost-Websocketboard</a> | Follow me <a href="https://twitter.com/DG9VH">@DG9VH</a></span>
|
||||
<span class="text-muted">MMDVM-Dashboard Version <script>document.write(dashboard_version);</script> by DG9VH | get your own at: <a href="https://github.com/dg9vh/MMDVMHost-Websocketboard">https://github.com/dg9vh/MMDVMHost-Websocketboard</a> | Follow me <a href="https://twitter.com/DG9VH">@DG9VH</a></span>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
|
|
|
@ -1 +1 @@
|
|||
var dashboard_version = "2021-02-02 14:57:22";
|
||||
var dashboard_version = "2021-02-02 21:16:56";
|
||||
|
|
Loading…
Reference in a new issue