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

1320 commits

Author SHA1 Message Date
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
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
Laura Fuentes Grau
45d7e55449 Color Picker now works for widgets using edit-widget-color-control #251 2020-07-31 14:35:59 +02:00
Laura Fuentes Grau
3bd4c20365 WIP: replacing current color choosing mechanisms with a color picker #251 2020-07-28 18:46:43 +02:00
Laura Fuentes Grau
ae53a16701 Infrastructure Components:only export button visible to users without admin role #239 2020-07-27 12:42:53 +02:00
Laura Fuentes Grau
9ed698f428 Infrastructure Components:edit, delete and add buttons only visible to users with admin role #239 2020-07-26 17:11:33 +02:00
Sonja Happ
9b627c1535 Minor change of tooltip text for widget collapse buttons #235 2020-07-22 13:53:48 +02:00
Laura Fuentes Grau
f2c85dea43 Droppable widgets in dashboard layout mode now sorted into categories #235 2020-07-21 21:42:51 +02:00
Sonja Happ
16ded98415 open websockets in componentDidUpdate, load more data upon mount or update, #245 #231 2020-07-21 10:44:32 +02:00
Sonja Happ
9d148b3ffa add scenario and dashboard routes to router #245 #231 2020-07-21 10:41:19 +02:00
Sonja Happ
0e9888478f scenario user list needs no link 2020-07-21 10:39:27 +02:00
Sonja Happ
fc1db84170 WIP: begin fixing application router, use token from local storage instead of LoginStore; IC websocket connects not yet working when loading dashboard #245 2020-07-20 16:26:22 +02:00
Sonja Happ
13359db606 Improve displaying of signal scalingFactor for Plot, Table, Value and Gauge widgets; closes #248 2020-07-20 15:00:09 +02:00
Sonja Happ
ca4832b6d6 Merge branch 'develop' into signal-auto-config
# Conflicts:
#	src/ic/ics.js
2020-07-20 08:48:16 +02:00
Laura Fuentes Grau
57e38089b0 Resize dashboard buttons now work as expected if the dashboard is empty, decrease button disabled if min dashboard height has been reached #230 2020-07-15 16:07:12 +02:00
Laura Fuentes Grau
708482ec1f wip: make file (name) editable #219, edit files dialog now big enough to encompass table 2020-07-15 14:09:44 +02:00
Sonja Happ
22da583f65 Make properties of IC editable #243 2020-07-15 13:48:28 +02:00
Sonja Happ
8ea7ae3a97 Add UUID of IC in edit IC dialog window, closes #240 ; increase size of edit IC dialog 2020-07-15 13:33:40 +02:00
Sonja Happ
ceadb07485 Fix an issue showing update time of IC in table, backend update required 2020-07-15 12:34:31 +02:00
Sonja Happ
84ba31bd35 Host is optional now, backend update required, closes #241 2020-07-15 12:33:51 +02:00
Sonja Happ
dd13535e67 renaming Host of IC to WebSocket Endpoint for more clarity, closes #242 2020-07-15 11:28:22 +02:00