Commit Graph
282 Commits
Author SHA1 Message Date
zolliker a229626bdf change value of input element only when opening the edit
updates do not need to update them
(not yet done for enum and checkbox)
2025-05-02 11:02:22 +02:00
zolliker 0a75a0aa37 Merge branch 'daniel' - 2025-05-02 2025-05-02 11:01:47 +02:00
Danielandzolliker d2ce97b2ab Fixed some layout issues fpr modules and parameters 2025-05-02 11:01:31 +02:00
Danielandzolliker d6479a7ece pushbutton changed to link in left column 2025-05-02 10:55:53 +02:00
Danielandzolliker a8e14eb797 okay-button for input 2025-05-02 10:52:32 +02:00
zolliker b704440f36 make write permission check case insensitive 2025-05-02 10:45:48 +02:00
Danielandzolliker 10387261c0 back to (modified) old icon theme 2025-05-02 10:45:15 +02:00
Danielandzolliker 9f2bfd668a Changed some icons 2025-05-02 10:45:09 +02:00
Danielandzolliker 70b40646ef modules-Block: prepared different input options, grid-element: panel-background added -> icon always visible 2025-05-02 10:44:46 +02:00
zolliker 43624b4222 send instrument='n_a' if not available
instead of null

+ remove another debugging print statement
2025-05-02 10:43:34 +02:00
zolliker e51942c97f make sure instrument and device are availabel separately
- added comment to the alert to be modified
  ("You changed a field without pressing the return key.")
2025-05-02 10:43:34 +02:00
zolliker ae7ed7bdd8 get a faster response from a change
in the previous implementation, the row-waiting-for-answer
class was removed only on the next poll. this should happen
more quickly.

+ remove some print statements
2025-05-02 10:43:34 +02:00
zolliker 202095d539 change row-waiting-for-answer color to a light yellow
orangered is too aggressive
2025-05-02 10:42:40 +02:00
zolliker cf0a979cc9 add nv.speed to generic.ini 2025-05-02 10:42:40 +02:00
Danielandzolliker 8d38dc31f2 Changed some icons, modules block: different input elements (not tested), write permission promt 2025-05-02 10:42:40 +02:00
Danielandzolliker 9bacb41be8 Global write permission | lock button
+ lock icon added: click -> toggle global write permission
2025-05-02 10:42:40 +02:00
Danielandzolliker 8119f221bd input element display:block instead of float -> displayed in the same row 2025-05-02 10:42:40 +02:00
Danielandzolliker b9a1e7db99 Changed updateValue... 2025-05-02 10:42:40 +02:00
zolliker 2fda3164e6 use type=rdonly for modules without target, but with a value 2025-05-02 10:42:40 +02:00
zolliker 0a6ff13ee6 treat different types for module block 2025-05-02 10:42:40 +02:00
Danielandzolliker 9780ab7097 Changed some icons... 2025-05-02 10:42:08 +02:00
zolliker 9b7261261f fix do command 2025-05-02 10:42:08 +02:00
Danielandzolliker f6aff481e2 Fixed some display problems for module and parameter block 2025-05-02 10:42:08 +02:00
Danielandzolliker e6e69c8f5c Edit button for module block 2025-05-02 10:42:08 +02:00
Danielandzolliker df582a2f23 console not shown at start, infobox for touch device 2025-05-02 10:41:55 +02:00
zolliker 8f7406c31b fixes for select_instrument 2025-05-02 10:41:55 +02:00
zolliker 09bf402bbb implement SECoP commands on the server side 2025-05-02 10:41:55 +02:00
Danielandzolliker 6e20ed0f8f Some bugfixes for input elements 2025-05-02 10:39:18 +02:00
Danielandzolliker 960e95c447 Diverse Anpassungen besonders bei SEAWebClientGroup 2025-05-02 10:39:18 +02:00
zolliker 27f60e1187 report status and target in update_main
+ add SECoP commands [WIP]
+ fix case 4 (error icon) in updateStatus (SEAWebClientCommunication.js)
2025-05-02 10:39:18 +02:00
Danielandzolliker 5c1c94bffc Änderungen für den Modul- und denParameterblock 2025-05-02 10:39:18 +02:00
Danielandzolliker 5d10b6d48d console, modules 2025-05-02 10:39:18 +02:00
Danielandzolliker d1ea9225dc status-icon with statuscode, use entire row as link to parameters 2025-05-02 10:39:18 +02:00
Daniel 7898e375b4 Fixed some layout issues fpr modules and parameters 2025-05-01 15:00:16 +02:00
Daniel 715381c088 pushbutton changed to link in left column 2025-05-01 14:32:31 +02:00
Daniel 0542f41ec0 Merge branch 'daniel' of https://gitlab.psi.ch/samenv/seweb into daniel 2025-05-01 11:19:11 +02:00
Daniel 023145ca3d okay-button for input 2025-05-01 11:18:58 +02:00
zolliker 51c9973c0d make write permission check case insensitive 2025-05-01 08:54:26 +02:00
Daniel 744184eb54 back to (modified) old icon theme 2025-04-30 18:47:56 +02:00
Daniel 712ea7bbab Changed some icons 2025-04-30 17:23:06 +02:00
Daniel 82e044020c Merge branch 'daniel' of https://gitlab.psi.ch/samenv/seweb into daniel
# Conflicts:
#	client/jsFiles/SEAWebClientMain.js
2025-04-30 17:04:49 +02:00
Daniel 8c03da89d9 modules-Block: prepared different input options, grid-element: panel-background added -> icon always visible 2025-04-30 16:43:57 +02:00
zolliker d6ad08025b send instrument='n_a' if not available
instead of null

+ remove another debugging print statement
2025-04-30 14:48:01 +02:00
zolliker b0761d9be9 make sure instrument and device are availabel separately
- added comment to the alert to be modified
  ("You changed a field without pressing the return key.")
2025-04-30 14:46:22 +02:00
zolliker fe80de4d4b get a faster response from a change
in the previous implementation, the row-waiting-for-answer
class was removed only on the next poll. this should happen
more quickly.

+ remove some print statements
2025-04-30 11:18:18 +02:00
zolliker a7e23febfe change row-waiting-for-answer color to a light yellow
orangered is too aggressive
2025-04-30 11:16:39 +02:00
zollikerandl_samenv b24db856df add nv.speed to generic.ini 2025-04-30 08:14:16 +02:00
Daniel 2eaced4283 Changed some icons, modules block: different input elements (not tested), write permission promt 2025-04-27 12:39:26 +02:00
Daniel a9ca113f2c Global write permission | lock button
+ lock icon added: click -> toggle global write permission
2025-04-27 09:36:03 +02:00
Daniel bd9efaa3de input element display:block instead of float -> displayed in the same row 2025-04-25 18:29:00 +02:00