Laura Fuentes Grau
c8e4e42589
WIP: add one-shot triggering system for plots #203
2021-06-01 17:43:01 +02:00
288a3fcc3b
add dialog for using results in Python / Jupyter
2021-06-01 14:32:37 +02:00
2263589359
add support for font-awesome brand icons
2021-06-01 13:32:17 +02:00
Sonja Happ
90becb2257
fix a bug in edit-config for non-existing startparameterschema
2021-05-28 16:16:33 +02:00
Laura Fuentes Grau
05a8bb749a
WIP: IC page customization for kubernetes #302
2021-05-28 01:18:25 +02:00
Sonja Happ
e8139551c0
fix for widget editing, add missing stores
2021-05-27 17:03:17 +02:00
Sonja Happ
897995fac9
add missing stores to scenario and senarios classes
2021-05-27 17:02:26 +02:00
Sonja Happ
99bf868902
add missing state init
2021-05-27 17:01:43 +02:00
Sonja Happ
f3fdbb50fd
add missing key properties to get rid of warning
2021-05-27 16:37:30 +02:00
Sonja Happ
d334fac2c3
fix problem with widget context menu and remove code redundancy #229
2021-05-27 15:20:50 +02:00
Sonja Happ
cff28715a1
move some files to dashboard folder
2021-05-27 10:33:47 +02:00
Sonja Happ
72972db21b
remove vertical gap below component config table if action command bar is not showing
2021-05-27 10:26:38 +02:00
Sonja Happ
b56c94f286
Merge branch 'ic-page-customization' into 'master'
...
Add IC page customization for Manager ICs (duplicate)
See merge request acs/public/villas/web!86
2021-05-26 14:35:40 +00:00
Sonja Happ
68363735dc
add missing token to default IC page
2021-05-26 16:05:36 +02:00
Sonja Happ
2cd6b2b0b9
Merge branch 'master' into ic-page-customization
2021-05-26 16:01:21 +02:00
Sonja Happ
909a6aee17
decrease code redundancy, use exported static functions
2021-05-26 16:01:12 +02:00
Sonja Happ
ab5b5be0ec
fix vulnerability
2021-05-26 15:29:39 +02:00
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