summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@gmail.com>2015-06-08 10:15:09 -0400
committerDaniel Beauchamp <daniel.beauchamp@gmail.com>2015-06-08 10:15:09 -0400
commit203abd635b9b2e48f85bb0beb8c5d8fdabed2960 (patch)
treece8dd4da45ef192d050de8a40274ae44e2a9ffe9 /templates
parentbf4a9b86824bcabd91fbef6b4179d4875627113d (diff)
parentaa997acbdbe0611eb072a27061e718f6878487e4 (diff)
Merge pull request #438 from schinken/graph-suffix
Add the data suffix for the graph widget
Diffstat (limited to 'templates')
-rw-r--r--templates/project/widgets/graph/graph.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project/widgets/graph/graph.html b/templates/project/widgets/graph/graph.html
index 456dd0f..786bbb7 100644
--- a/templates/project/widgets/graph/graph.html
+++ b/templates/project/widgets/graph/graph.html
@@ -1,5 +1,5 @@
<h1 class="title" data-bind="title"></h1>
-<h2 class="value" data-bind="current | prettyNumber | prepend prefix"></h2>
+<h2 class="value" data-bind="current | prettyNumber | prepend prefix | append suffix"></h2>
<p class="more-info" data-bind="moreinfo"></p>