1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00
Commit graph

1662 commits

Author SHA1 Message Date
Laura Fuentes Grau
8ce2ba1161 Add column for IC uptime, WIP: add IC infos and controls dialog #266 2020-11-01 15:27:05 +01:00
Sonja Happ
7404ce491e Merge branch 'develop' into new-ic-data-model 2020-10-30 15:42:41 +01:00
irismarie
8e54d6f1ed merged with develop branch 2020-10-30 11:50:58 +01:00
Laura Fuentes Grau
0deec45383 Category and type of IC (in edit and add) are now selectable via drop down menu #266 2020-10-28 20:35:39 +01:00
Laura Fuentes Grau
7a76e5e71b Adapt add, edit and delete dialogs #266 2020-10-28 18:30:08 +01:00
irismarie
02906c2ead change nesting order of DOM elements 2020-10-27 18:09:50 +01:00
Sonja Happ
95680ca5b7 work on image edit menu, still not working properly #267 2020-10-26 16:27:32 +01:00
Sonja Happ
9a7503608c make all images in home page show up after update of file-loader package 2020-10-26 15:39:30 +01:00
Sonja Happ
a2c3330185 add xxl format to hidden header menu cases 2020-10-26 15:38:50 +01:00
Sonja Happ
02d734238b Package updates 2020-10-26 13:54:58 +01:00
Laura Fuentes Grau
c2d0378ee5 Edit button disabled for externally managed ICs #266 2020-10-24 19:01:05 +02:00
Laura Fuentes Grau
edf1e51a21 Add column for ManagedExternally parameter #266 2020-10-24 13:37:17 +02:00
Laura Fuentes Grau
95dd9330db Add edit signals button to dashboard #262 2020-10-23 21:26:23 +02:00
Laura Fuentes Grau
6b21befcb9 Show Server not reachable notification only once #68 2020-10-23 14:07:05 +02:00
Laura Fuentes Grau
7c459aef1a resolved warning 2020-10-23 12:56:35 +02:00
Laura Fuentes Grau
de259acf45 Server not reachable notification displayed if server is down 2020-10-23 12:52:35 +02:00
irismarie
c5724e4195 fix: calculate length of line correctly, #206 2020-10-22 10:35:56 +02:00
Laura Fuentes Grau
ea524f677f Add option to recover forgotten password #260 2020-10-20 17:52:56 +02:00
Laura Fuentes Grau
487fcc2bdd WIP: add edit signals button to dashboard #262 2020-10-19 18:36:12 +02:00
Sonja Happ
eb3c942db7 Merge branch 'adding-color-picker' into develop
# Conflicts:
#	src/widget/widget-factory.js
#	src/widget/widgets/line.js
2020-10-19 17:12:29 +02:00
Laura Fuentes Grau
1307bd35fc Slider Widget: continuous update now works #261 2020-10-19 14:30:00 +02:00
Laura Fuentes Grau
91be57fc06 added new way to change Gauge colorzones #251 2020-10-16 21:31:15 +02:00
Sonja Happ
723af74e6d Fix for command selection in IC list 2020-10-13 16:57:39 +02:00
Sonja Happ
70d13c9948 Add timepicker to select delay for command execution, delay defaults to 0 (immediate execution), closes #173 2020-10-13 15:22:51 +02:00
Laura Fuentes Grau
9c3c78cbf2 WIP: Add option to recover forgotten password #260 2020-10-10 21:27:23 +02:00
Sonja Happ
10fb7d2421 remove debug output from table 2020-09-30 17:00:13 +02:00
Sonja Happ
98d27cbe59 add badges for missing states of ICs 2020-09-30 14:56:33 +02:00
Sonja Happ
08d2090087 Increase refresh interval for ICs to 10 sec 2020-09-30 13:46:38 +02:00
Sonja Happ
4fa2cb13ec Clean up usage of login store, only use it for login, use the local storage in all other cases to get the token and current user. 2020-09-30 11:29:37 +02:00
Sonja Happ
34822bb256 Remove HTML widget from available widgets, code not deleted, closes #226 2020-09-28 11:28:32 +02:00
Sonja Happ
81351a1cdb Add link to swagger API doc on home page #258 2020-09-28 10:18:27 +02:00
Laura Fuentes Grau
39f9f793fa WIP: Improve layout of widget toolbar #254 2020-09-27 14:23:33 +02:00
irismarie
493a57577d login page layout, closes #255 2020-09-24 14:59:22 +02:00
irismarie
3c4e7d89c0 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/web into develop 2020-09-15 19:10:31 +02:00
irismarie
6a22d5387c delete own user from scenario, closes #249 2020-09-15 19:10:17 +02:00
Laura Fuentes Grau
d1275ce1aa File content now changeable 2020-09-15 14:44:26 +02:00
Laura Fuentes Grau
0b84d33957 Edit-Dialog now opens automatically after adding new component configuration 2020-09-13 15:34:12 +02:00
Laura Fuentes Grau
e8fca667dc WIP: implementing new way to change Gauge colorzones #251 2020-09-13 13:06:52 +02:00
irismarie
d644854e1f display line widget properly, fixes #206 2020-09-01 16:56:33 +02:00
Sonja Happ
969905bc63 cast NaN to string in value widget 2020-08-31 13:53:05 +02:00
Sonja Happ
ddd4b29f1f Improving user handling of ICs, use localStorage instead of LoginStore to get current user #259 2020-08-31 13:48:04 +02:00
Sonja Happ
7d32fa05f3 Attempting to fix fluctuating behavior of value widget 2020-08-31 12:31:13 +02:00
Sonja Happ
444a3c29ef Fixing a bug for component configs edit (no files selected before) 2020-08-31 09:51:21 +02:00
Sonja Happ
9d8e9c4364 Fixes a bug in editing component configurations (closes #252, closes #257) 2020-08-31 09:36:32 +02:00
Sonja Happ
73c8f1733f set state of websockets to unopened upon dashboard mount 2020-08-24 10:21:09 +02:00
Sonja Happ
536e87d29a remove some todos, fix error with notification (no host param provided) 2020-08-24 10:01:32 +02:00
Sonja Happ
8a6de4b8cf Check if ICs are already loaded before attempting to open websockets 2020-08-24 10:00:00 +02:00
Sonja Happ
5d71bca954 Update package versions (security updates) 2020-08-24 09:05:35 +02:00
Sonja Happ
ed2733f1f0 Fixing query of files and configs for scenario upon loading dashboard #253 2020-08-24 09:04:54 +02:00
Laura Fuentes Grau
1430c650ae Opacity now changeable through color picker #251 2020-08-02 15:09:38 +02:00