Webgui: More mobile friendly touch and much more improvements
This commit is contained in:
+9
-3
@@ -12,13 +12,19 @@ INSERT INTO user (userid, login, pass, displayname, role) VALUES
|
||||
(1, 'captain', '$2y$10$naVMnC4S6bZ3IakxLJPJK.iSazlkYxVLeiRt9CB/j0jSExQZU1SCK', 'Captain', 'captain');
|
||||
|
||||
INSERT INTO settings (userid, sno, valint) VALUES
|
||||
(0, 0, 1), -- Databankschema-Version
|
||||
(0, 1, 0), -- Keine Bootszuordnung für SYSTEM
|
||||
(1, 1, 0); -- Keine Bootszuordnung für Benutzer "captain"
|
||||
(0, 0, 1), -- Database schema version
|
||||
(0, 1, 0), -- No vessel assignment to SYSTEM
|
||||
(1, 1, 0), -- No vessel assignment to user "captain"
|
||||
(0, 20, 1280), -- Image width limit
|
||||
(0, 21, 1024); -- Image height limit
|
||||
|
||||
/* setting descriptions */
|
||||
INSERT INTO settings (userid, sno, valstr) VALUES
|
||||
(-1, 1, 'vessel id'),
|
||||
(-1, 2, 'date format'),
|
||||
(-1, 10, 'rows in table'),
|
||||
(-1, 20, 'maximum image width'),
|
||||
(-1, 21, 'maximum image height'),
|
||||
(-1, 100, 'equipment sorting order'),
|
||||
(-1, 101, 'inventory sorting order'),
|
||||
(-1, 102, 'provision sorting order'),
|
||||
|
||||
Reference in New Issue
Block a user