pull/2/head
spoony 2017-08-30 22:07:42 +08:00
parent a9cd7cb505
commit 03b251edb9
5 changed files with 13 additions and 8 deletions

View File

@ -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.

View File

@ -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
View File

@ -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");

View File

@ -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>