Skip to content

Commit

Permalink
adding latest version of the web-app (from http://github.com/tobywest…
Browse files Browse the repository at this point in the history
…on/temperature-machine-ui) Add timezone picker, timezone on the connections page. Timezone affects the json chart and log (probably not the RRD charts). Also fixed #53
  • Loading branch information
tobyweston committed Feb 22, 2018
1 parent d99ea13 commit 18bdc61
Show file tree
Hide file tree
Showing 18 changed files with 3,032 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/resources/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"main.css": "static/css/main.531eda84.css",
"main.css.map": "static/css/main.531eda84.css.map",
"main.js": "static/js/main.5085217f.js",
"main.js.map": "static/js/main.5085217f.js.map",
"static/media/fontawesome-webfont.eot?v=4.7.0": "static/media/fontawesome-webfont.674f50d2.eot",
"static/media/fontawesome-webfont.svg?v=4.7.0": "static/media/fontawesome-webfont.912ec66d.svg",
"static/media/fontawesome-webfont.ttf?v=4.7.0": "static/media/fontawesome-webfont.b06871f2.ttf",
"static/media/fontawesome-webfont.woff2?v=4.7.0": "static/media/fontawesome-webfont.af7ae505.woff2",
"static/media/fontawesome-webfont.woff?v=4.7.0": "static/media/fontawesome-webfont.fee66e71.woff",
"static/media/glyphicons-halflings-regular.eot": "static/media/glyphicons-halflings-regular.f4769f9b.eot",
"static/media/glyphicons-halflings-regular.svg": "static/media/glyphicons-halflings-regular.89889688.svg",
"static/media/glyphicons-halflings-regular.ttf": "static/media/glyphicons-halflings-regular.e18bbf61.ttf",
"static/media/glyphicons-halflings-regular.woff": "static/media/glyphicons-halflings-regular.fa277232.woff",
"static/media/glyphicons-halflings-regular.woff2": "static/media/glyphicons-halflings-regular.448c34a5.woff2"
}
Binary file added src/main/resources/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/images/spinner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/main/resources/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="/favicon.png"><title>temperature-machine™</title><link href="/static/css/main.531eda84.css" rel="stylesheet"></head><body><div id="root"></div><script type="text/javascript" src="/static/js/main.5085217f.js"></script></body></html>
11 changes: 11 additions & 0 deletions src/main/resources/static/css/main.531eda84.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/main/resources/static/css/main.531eda84.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions src/main/resources/static/js/main.5085217f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/main/resources/static/js/main.5085217f.js.map

Large diffs are not rendered by default.

Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions src/main/resources/static/media/fontawesome-webfont.912ec66d.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 18bdc61

Please sign in to comment.