comparison 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
comparison
equal deleted inserted replaced
5366:cb46f50ba168 5367:1695e17c5a83
155 .formfields { 155 .formfields {
156 width: 60%; 156 width: 60%;
157 } 157 }
158 158
159 .userdetails { 159 .userdetails {
160 min-width: 400px;
160 max-height: 693px; 161 max-height: 693px;
161 margin-right: $offset; 162 margin-right: $offset;
163 overflow-y: auto;
162 } 164 }
163 165
164 form { 166 form {
165 font-size: $smaller; 167 font-size: $smaller;
166 } 168 }