summaryrefslogtreecommitdiff
path: root/widgets/graph/graph.html
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-07-13 20:07:09 +0200
committervarac <varacanero@zeromail.org>2016-07-13 20:07:09 +0200
commit5d01197cf893d4a8c9a57f7c963f47393d34e157 (patch)
tree860e97c0af1ad8c7d4bd1aecb0b7e6658b312846 /widgets/graph/graph.html
initial commit, import from pixelated_dashboard
Diffstat (limited to 'widgets/graph/graph.html')
-rw-r--r--widgets/graph/graph.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/graph/graph.html b/widgets/graph/graph.html
new file mode 100644
index 0000000..456dd0f
--- /dev/null
+++ b/widgets/graph/graph.html
@@ -0,0 +1,5 @@
+<h1 class="title" data-bind="title"></h1>
+
+<h2 class="value" data-bind="current | prettyNumber | prepend prefix"></h2>
+
+<p class="more-info" data-bind="moreinfo"></p>