v1.0.0
parent
a9cd7cb505
commit
03b251edb9
|
@ -1,3 +1,8 @@
|
|||
# pi-dashboard
|
||||
# Pi Dashboard
|
||||
A WebUI dashboard for IoT devices likes raspberry pi.
|
||||
Project details: (http://maker.quwj.com/project/10)
|
||||
|
||||
Project details: (http://maker.quwj.com/project/10)
|
||||
|
||||
Copyright 2017 NXEZ.com.
|
||||
|
||||
Licensed under the GPL v3.0 license.
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* Pi Dashboard (http://www.nxez.com)
|
||||
* Copyright 2017 NXEZ.com.
|
||||
* Licensed under the GPL v3.0 license
|
||||
* Licensed under the GPL v3.0 license.
|
||||
*/
|
||||
$(document).ready(function() {
|
||||
Highcharts.setOptions({
|
||||
|
|
File diff suppressed because one or more lines are too long
2
d.php
2
d.php
|
@ -2,7 +2,7 @@
|
|||
/*!
|
||||
* Pi Dashboard (http://www.nxez.com)
|
||||
* Copyright 2017 NXEZ.com.
|
||||
* Licensed under the GPL v3.0 license
|
||||
* Licensed under the GPL v3.0 license.
|
||||
*/
|
||||
|
||||
@header("content-Type: text/html; charset=utf-8");
|
||||
|
|
|
@ -50,7 +50,7 @@ require_once(dirname(__FILE__) . '/d.php');
|
|||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">About <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><a target="_blank" href="http://maker.quwj.com/project/10">Pi Dashboard</a></li>
|
||||
<li><a target="_blank" href="http://maker.quwj.com/project/10">GitHub Source</a></li>
|
||||
<li><a target="_blank" href="https://github.com/spoonysonny/pi-dashboard">GitHub Source</a></li>
|
||||
<li class="divider"></li>
|
||||
<li><a target="_blank" href="htpp://shumeipai.nxez.com">ToS & License</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue