Commit Graph

966 Commits

Author SHA1 Message Date
DL6ER f777ba6735 Fixed codacy issue. 2016-11-18 13:56:13 +01:00
DL6ER d33d53792e Reduce timeout for hiding the info box 2016-11-18 13:46:38 +01:00
DL6ER 41ea8155c1 Minor change 2016-11-18 13:45:11 +01:00
DL6ER 66e4da7724 Run gravity.sh from the web UI 2016-11-18 13:43:05 +01:00
Adam Warner d3fce57e58 Merge pull request #200 from pi-hole/PromoFaux-patch-1
Update index.php
2016-11-17 23:13:49 +00:00
Adam Warner 2824589b33 Update index.php
Change wording of info boxes
2016-11-17 23:10:09 +00:00
Adam Warner 7d1b808c53 Merge pull request #199 from DL6ER/skiplastdatapoint
Skip last datapoint in main diagram
2016-11-17 23:06:19 +00:00
DL6ER 896f30a56a Skip last datapoint in main diagram 2016-11-17 13:37:59 +01:00
Adam Warner 065d9a6292 Merge pull request #192 from DL6ER/loaddisplay
Display CPU and I/O utilization (load)
2016-11-17 12:23:01 +00:00
DL6ER 9fd67a0cce Merge branch 'devel' into loaddisplay
Conflicts:
	header.php
2016-11-16 23:16:22 +01:00
Mcat12 d428745c70 Merge pull request #196 from DL6ER/fahrenheitcelsius
Display CPU temperature in Fahrenheit
2016-11-16 16:59:38 -05:00
Adam Warner 3a03babf13 Merge pull request #198 from pi-hole/PromoFaux-patch-1
Update data.php
2016-11-16 21:34:39 +00:00
DL6ER dc03f93940 Capitalized variable name 2016-11-16 22:32:48 +01:00
Adam Warner 894ae02b94 Update data.php
Reflect var name changes in development branch of pihole
2016-11-16 21:32:48 +00:00
DL6ER 2c3682c987 Round Fahrenheit temperature since the impression could arise that the temperature would be more accurate than it acutally is. 2016-11-15 12:25:54 +01:00
DL6ER cb7e6a3068 Display CPU temperature in Fahrenheit if corresponding flag is set in setupVars.conf 2016-11-15 12:20:32 +01:00
Mcat12 38fae41608 Merge pull request #194 from DL6ER/queryblacklist
Add possibility to black-/whitelist entries on the Queries page.
2016-11-14 07:08:09 -05:00
DL6ER 80da4b6c9f Minor code cleaning. 2016-11-14 10:57:05 +01:00
DL6ER d7a6412d7a Display which domain will be added to the black-/whitelist 2016-11-14 10:52:54 +01:00
DL6ER 409e189ed1 Added feedback when adding some entry to the black-/whitelist 2016-11-13 21:22:53 +01:00
DL6ER ddb9ca75c8 Named the buttons imperatively 2016-11-13 20:44:45 +01:00
DL6ER b22c92a738 Add individual labels for the black-/whitelisting button 2016-11-13 19:16:57 +01:00
DL6ER 025c22c287 Add possibility to blacklist/whitelist entries on the Queries page. 2016-11-13 18:57:25 +01:00
DL6ER df5adcff73 Added missing $ 2016-11-10 16:26:49 +01:00
DL6ER ed8a0a6f16 Compare load to actual number of processors available. If load > CPUs, then apply red color. 2016-11-10 11:17:15 +01:00
DL6ER 74029ea0f0 Changed to formula used to compute the memory usage to show the same percentage as system monitor, etc. 2016-11-09 19:42:52 +01:00
DL6ER e0b569a59b Add RAM usage display 2016-11-09 17:39:42 +01:00
DL6ER 6460eb46b8 Corrected color. 2016-11-09 17:14:02 +01:00
DL6ER 249e3443a9 Display CPU and I/O utilization of the last one, five, and 15 minute periods (load). 2016-11-09 17:07:05 +01:00
Adam Warner 91df2302a5 Merge pull request #187 from DL6ER/devel
Upgrade Chart.js engine from v1.0.1 to v2.3.0
2016-11-09 13:50:13 +00:00
DL6ER 383ea1f365 Added requested improvements/changes. 2016-11-08 09:09:30 +01:00
Mcat12 91ffc9522c Merge pull request #185 from pi-hole/bugfix/Gravcount
Fix Gravity Count logic
2016-11-07 19:33:58 -05:00
DL6ER aa5bec9103 Algorithm used to interpolate a smooth curve from the discrete data points changed to 'monotone'. With the default value, over- and undershoots are easily generated. In contrast, the 'monotone' setting keeps (piecewise) monotonicity and ensures that local extrema stay at data points. 2016-11-08 00:37:24 +01:00
DL6ER a6de221647 It wasn't clear what is the units of the shown data (queries/hour). Now it is obvious. 2016-11-07 08:16:59 +01:00
DL6ER e928541993 Made the Queries over time graph larger by about 1.6x 2016-11-07 08:16:05 +01:00
DL6ER b644c4f678 Use Chart.js (bundle) so we can have timelines in the future 2016-11-06 23:00:28 +01:00
DL6ER 110d54bd41 Added pointHitRadius and beginAtZero 2016-11-06 22:41:08 +01:00
DL6ER e51682e5b8 Enhanced doughnut animation 2016-11-06 18:45:07 +01:00
DL6ER 99b37d8ccb Removed two unnecessary commands 2016-11-06 18:44:53 +01:00
DL6ER cd02546416 Changed the look slightly to look closer to the "old" style (v 1.0.1) 2016-11-06 18:44:39 +01:00
DL6ER b8175effe9 Updated script to work with updated version of Chart.js. They redesigned the whole interface and a complete rewrite was necessary. 2016-11-06 18:43:52 +01:00
DL6ER b275846acb Updated Chart.min.js from version 1.0.1 to 2.3.0 (up-to-date version) 2016-11-06 18:43:39 +01:00
Adam Warner 745fa9c94b Same logic as https://github.com/pi-hole/pi-hole/pull/891 2016-11-03 08:27:19 +00:00
Adam Warner ae2f3a6f4a Merge pull request #179 from pi-hole/fix-status-logo
Make status logo show in all browsers
2016-11-01 13:15:03 +00:00
Adam Warner 17f716a1de Merge pull request #181 from pi-hole/fix-max-array-bug
Stop PHP from crashing if there aren't enough queries to make a graph
2016-11-01 13:13:25 +00:00
Adam Warner 4f997d80b1 Merge pull request #180 from pi-hole/feature/rebrand
Add NewVotex SVG with field ID's
2016-10-31 15:37:25 +00:00
Adam Warner eb1d05200a rename NewVortex to logo 2016-10-31 15:35:31 +00:00
Adam Warner f284046705 delete old logo 2016-10-31 15:34:20 +00:00
Mcat12 5ec12a91dd Stop PHP from crashing if there aren't enough queries to make a graph 2016-10-30 20:07:17 -04:00
Dan Schaper 6ea81513fe Add NewVotex SVG with field ID's 2016-10-30 16:59:49 -07:00