view schema/updates/1109/01.distance_marks.sql @ 5510:b7792e8d5c62 deactivate-users

Client: Improve users-table layout * Make editing/reactivating of users more recognizable by adding a reactive/edit button to the action column, that behaves according to the user's status(active,inactive). * Disable clicking the other cells for editing user.
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 29 Sep 2021 17:10:42 +0200
parents 8aff98c84a5a
children
line wrap: on
line source

INSERT INTO sys_admin.system_config VALUES ('distance_marks_fill', '#ff9999') ON CONFLICT (config_key) DO NOTHING;
INSERT INTO sys_admin.system_config VALUES ('distance_marks_stroke', '#6666ff') ON CONFLICT (config_key) DO NOTHING;