aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/network-graph/network-graph.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/imports/ui/components/network-graph/network-graph.html')
-rw-r--r--ui/imports/ui/components/network-graph/network-graph.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/imports/ui/components/network-graph/network-graph.html b/ui/imports/ui/components/network-graph/network-graph.html
new file mode 100644
index 0000000..e68141a
--- /dev/null
+++ b/ui/imports/ui/components/network-graph/network-graph.html
@@ -0,0 +1,7 @@
+<template name="NetworkGraph">
+<div class="os-network-graph">
+<div class="sm-graph">
+<svg></svg>
+</div>
+</div>
+</template>