From 475dd8f26eff941e08319f0dc5d7854c19f193fd Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 11 Sep 2018 19:20:41 +0200 Subject: [PATCH] Added method to add a new namespace --- src/components/namespaces/NewNamespace.vue | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 src/components/namespaces/NewNamespace.vue diff --git a/src/components/namespaces/NewNamespace.vue b/src/components/namespaces/NewNamespace.vue new file mode 100644 index 00000000..7f523fd8 --- /dev/null +++ b/src/components/namespaces/NewNamespace.vue @@ -0,0 +1,73 @@ + + + + + \ No newline at end of file