Added method to add a new namespace

This commit is contained in:
kolaente 2018-09-11 19:20:07 +02:00
parent 6dec563782
commit a4dafcd159
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 13 additions and 4 deletions

View file

@ -25,12 +25,12 @@
<div class="box">
<div class="columns">
<div class="column is-3">
<a class="button is-success is-fullwidth button-bottom">
<router-link :to="{name: 'newNamespace'}" class="button is-success is-fullwidth button-bottom">
<span class="icon is-small">
<icon icon="plus"/>
<icon icon="layer-group"/>
</span>
New Namespace
</a>
</router-link>
<aside class="menu">
<p class="menu-label" v-if="loading">Loading...</p>
<template v-for="n in namespaces">