summaryrefslogtreecommitdiff
path: root/templates/project/widgets/table/table.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/widgets/table/table.html')
-rw-r--r--templates/project/widgets/table/table.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/project/widgets/table/table.html b/templates/project/widgets/table/table.html
new file mode 100644
index 0000000..e5aeb99
--- /dev/null
+++ b/templates/project/widgets/table/table.html
@@ -0,0 +1,8 @@
+<h1 class="title" data-bind="title"></h1>
+
+<table>
+ <tr data-foreach-item="items">
+ <td class="label" data-bind="item.label"></td>
+ <td class="value" data-bind="item.value | shortenedNumber"></td>
+ </tr>
+</table> \ No newline at end of file