diff options
| author | varac <varacanero@zeromail.org> | 2016-07-13 20:07:09 +0200 |
|---|---|---|
| committer | Varac <varac@leap.se> | 2017-10-16 13:20:14 +0200 |
| commit | 11d443664b7a785b42cbbd5b96347bafa5ad273a (patch) | |
| tree | 9a27d4c1fe58e3375ae1868cf7a29da1af106265 /widgets/graph/graph.html | |
| parent | fa7cf47e28a4ac1636e947c269ed83abe49a1491 (diff) | |
initial commit, import from pixelated_dashboard
Diffstat (limited to 'widgets/graph/graph.html')
| -rw-r--r-- | widgets/graph/graph.html | 5 |
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> |
