From e5ca62018cb66008557694290f94b4fde2103f40 Mon Sep 17 00:00:00 2001
From: vx3r <vx3r@127-0-0-1.fr>
Date: Thu, 30 Apr 2020 19:19:14 +0900
Subject: [PATCH] accidentally removed Add new client button

---
 ui/src/components/Clients.vue | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/ui/src/components/Clients.vue b/ui/src/components/Clients.vue
index 6d16b75..16869bc 100644
--- a/ui/src/components/Clients.vue
+++ b/ui/src/components/Clients.vue
@@ -18,6 +18,14 @@
                         single-line
                         hide-details
                 ></v-text-field>
+                <v-spacer></v-spacer>
+                <v-btn
+                        color="success"
+                        @click="startCreate"
+                >
+                    Add new client
+                    <v-icon right dark>mdi-account-multiple-plus-outline</v-icon>
+                </v-btn>
             </v-card-title>
             <v-data-table
                     v-if="listView"
-- 
GitLab