diff client/src/components/usermanagement/Userdetail.vue @ 5367:1695e17c5a83 extented-report

Adds schedualbility for reports as an import. In order to enable the sysadmin to schedule the automatic reports on dataquality there is now a new import type established. This import allows to edit the schedule for issuing the report. Besides: The layout for the usermanagement is now x-scrollable when overflown.
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 23 Jun 2021 14:46:14 +0200
parents bf3d91d333ed
children 29af073c824d
line wrap: on
line diff
--- a/client/src/components/usermanagement/Userdetail.vue	Wed Jun 23 12:10:25 2021 +0200
+++ b/client/src/components/usermanagement/Userdetail.vue	Wed Jun 23 14:46:14 2021 +0200
@@ -157,8 +157,10 @@
 }
 
 .userdetails {
+  min-width: 400px;
   max-height: 693px;
   margin-right: $offset;
+  overflow-y: auto;
 }
 
 form {