From 813195e3dfb5baae09aa11cddeef12fb0b9fb49b Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Sun, 24 Feb 2019 01:33:52 +0000 Subject: [webapp/groups] rework old tables to new data table slightly redesigned the editing of groups and clients --- webapp/src/components/GroupModuleClientView.vue | 143 ++++++++++++++++-------- 1 file changed, 94 insertions(+), 49 deletions(-) (limited to 'webapp/src/components/GroupModuleClientView.vue') diff --git a/webapp/src/components/GroupModuleClientView.vue b/webapp/src/components/GroupModuleClientView.vue index 03d9642..e47273b 100644 --- a/webapp/src/components/GroupModuleClientView.vue +++ b/webapp/src/components/GroupModuleClientView.vue @@ -30,60 +30,75 @@ - -
+
label{{ $t('name') }}
-
{{ client.name || '-' }}
+
+ +
{{ client.name || '-' }}
+
- - -
-
device_hub{{ $t('groups') }}
+
+
+ device_hub{{ $t('groups') }} + + edit + + + + +
- - - + ... + - +
- -
+
list{{ $t('config') }}
-
{{ configName || '-' }}
+
+ +
{{ configName || '-' }}
+
- -
+
description{{ $t('description') }}
-
{{ client.description || '-' }}
+
+ +
{{ client.description || '-' }}
+
-
+
delete{{ $t('delete') }} @@ -103,24 +118,30 @@ - -
+
language{{ $t('ip') }}
-
{{ client.ip || '-' }}
+
+ +
{{ client.ip || '-' }}
+
- -
+
memory{{ $t('mac') }}
-
{{ client.mac || '-' }}
+
+ +
{{ client.mac || '-' }}
+
- -
+
fingerprint{{ $t('uuid') }}
-
{{ client.uuid || '-' }}
+
+ +
{{ client.uuid || '-' }}
+
@@ -130,11 +151,15 @@