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

1654 commits

Author SHA1 Message Date
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
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
c7af7bd82e Merge branch 'fix-router' into 'develop'
Fix router

See merge request acs/public/villas/web!61
2020-07-21 10:53:55 +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