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

1735 commits

Author SHA1 Message Date
Sonja Happ
e40fda5c59 remove status update queries via VILLASnode and VILLASrelay API (now done in backend) 2021-05-26 15:18:23 +02:00
Laura Fuentes Grau
c835d6fe0c merge master into ic_page_customization 2021-05-24 23:20:54 +02:00
Sonja Happ
4b35f228c5 Merge branch 'feature-use-json-schema' into 'master'
Use JSON Schema

See merge request acs/public/villas/web!84
2021-05-21 12:13:42 +00:00
Sonja Happ
8d7823cd05 small fixes for redundant lines 2021-05-21 13:45:58 +02:00
Sonja Happ
2af204162e remove logging 2021-05-21 13:10:30 +02:00
irismarie
07dd64eacc small fix 2021-05-20 18:40:46 +02:00
irismarie
d6f8213e38 merge with master 2021-05-20 16:48:58 +02:00
irismarie
c56c7799b4 fix 2021-05-20 16:32:39 +02:00
irismarie
9471759ef1 only process json files 2021-05-20 16:31:58 +02:00
irismarie
293393996f change schema when ic is changed 2021-05-20 16:30:32 +02:00
irismarie
81b1199123 remove log 2021-05-20 16:28:53 +02:00
Laura Fuentes Grau
256e22f9d3 show list of managed ICs on manager IC page #306 2021-05-20 02:26:18 +02:00
irismarie
b604b95173 removed templates 2021-05-12 19:01:54 +02:00
irismarie
bf58b411b4 [WIP] use startparameterschema of IC 2021-05-12 19:00:51 +02:00
Sonja Happ
f6d39a56f9 fix another package vulnerability 2021-05-10 11:02:29 +02:00
Sonja Happ
bb4c5e4d2b fix package vulnerabilities 2021-05-10 11:01:23 +02:00
Sonja Happ
ff8ca6ebe6 remove unused react-grid-system package 2021-05-10 10:57:45 +02:00
Sonja Happ
b5b5722154 remove properties param of IC from edit dialog 2021-05-10 10:55:22 +02:00
Sonja Happ
ea1b74ea01 - fix resetting of modalIC (cherry-picking changes from 38f0aa7c)
- do not refresh ICs if dialog is open
2021-05-10 10:54:33 +02:00
Sonja Happ
c04d031297 add missing LoginStore to Scenarios component 2021-05-10 10:47:36 +02:00
irismarie
0c67bcd68a [WIP] load start parameter schema file 2021-05-07 16:30:18 +02:00
irismarie
38f0aa7c18 bugfix: modalIC was set to undefined at unexpected times 2021-05-07 16:23:59 +02:00
Sonja Happ
77ad58f892 move IC pages into separate files
- default page
- gateway villas-node page #303
- manager villas-relay page #305
- gateway villas-relay to be done #304
2021-05-07 11:53:33 +02:00
irismarie
9e4859786b Merge branch 'master' into feature-use-json-schema 2021-05-07 11:27:44 +02:00
Sonja Happ
9f1555ba73 add missing FileSaver import in IC page, add horizontal line in villas-relay (gateway) page 2021-05-07 10:20:22 +02:00
Sonja Happ
16c0dd1760 Fixes in IC data store for status queries of VILLASnode and VILLASrelay #303 #304
- query config and statistics only for type villas-node
- query status only for category gateway
- update UUID of IC based on raw status
2021-05-07 10:09:43 +02:00
irismarie
ebafae0e8c removed submit button, use formData as startParameters 2021-05-06 18:28:47 +02:00
Sonja Happ
1cd7afbad0 Merge branch 'ic-page-customization' into 'master'
Customization of IC pages for VILLASnode and VILLASrelay

See merge request acs/public/villas/web!81
2021-05-06 14:58:35 +00:00
Sonja Happ
9a82072b36 add missing stores in scenario and scenarios component 2021-05-06 16:35:49 +02:00
Sonja Happ
57e6a6c3d0 minor fixes in IC pages for VILLASnode and VILLASrelay #304 #303
- fix indentation
- fix loading of IC and refresh of status
- add missing IC data store
- show refresh button only for villas-node and villas-relay
- remove duplicated function
2021-05-06 16:35:10 +02:00
Laura Fuentes Grau
19d347040b reinsert IC status refresh on ICs page 2021-05-06 16:09:20 +02:00
irismarie
0f89d70a6a output formdata onSubmit 2021-05-06 10:59:20 +02:00
Laura Fuentes Grau
1c14087822 Replace IC page buttons with IconButtons 2021-05-06 01:34:51 +02:00
Laura Fuentes Grau
dd453f668e IC page customization for VILLASnode and VILLASrelay #303 #304 #305 2021-05-06 01:01:15 +02:00
Laura Fuentes Grau
92a4f5ec4d IC page: show only villas-relay status 2021-05-05 16:03:27 +02:00
Sonja Happ
ac2883969b fix a bug with the checkbox control in widget edit menus 2021-05-05 14:14:12 +02:00
Sonja Happ
0ec419e0bc add showUnit property to customProperties of plot widget #313 2021-05-05 14:07:43 +02:00
Sonja Happ
fdd345e2ee Slider: do not send value update to DB during continuous update #311 2021-05-04 17:22:36 +02:00
Sonja Happ
1a688e6df9 Websocket input signals: set length of values field prior to sending to avoid errors 2021-05-04 17:13:50 +02:00
Sonja Happ
47ec6894f9 Move password confirmation check to edit user dialog 2021-05-04 15:21:29 +02:00
Sonja Happ
433c0918f2 Fixes for editing users
- edit user dialogs behave as expected
- editing own user triggers update of LoginStore and local storage with updated user data
2021-05-04 15:13:40 +02:00
Sonja Happ
3437e582c7 fix edit user dialog 2021-05-04 13:01:06 +02:00
Sonja Happ
f0c8ee9005 improve edit dialog for color zones 2021-05-04 12:03:00 +02:00
Sonja Happ
5089db48ba add propTypes to ColorPicker component 2021-05-04 11:45:30 +02:00
Sonja Happ
2f2e6da54e move color picker to common folder 2021-05-04 11:12:03 +02:00
Sonja Happ
5f2699b938 Major reworking of color picker and edit widget components that use it #312 2021-05-03 16:53:13 +02:00
irismarie
783f657988 add rjsf (react-jsonschema-form) dependency 2021-04-30 17:03:13 +02:00
irismarie
81209d4ef0 small fixes 2021-04-30 16:53:35 +02:00
irismarie
bb72d8ce50 Merge branch 'master' into ic-page-customization 2021-04-30 16:34:52 +02:00
irismarie
6dd0481437 Merge branch 'master' into feature-use-json-schema 2021-04-30 16:30:10 +02:00