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

1703 commits

Author SHA1 Message Date
Sonja Happ
e8893f165e Lamp and plot widgets consider signal scaling #130 2020-06-26 15:57:47 +02:00
Sonja Happ
fd5e6e476f gauge widget considers signal scaling factor #130 2020-06-26 13:26:23 +02:00
Sonja Happ
24ccc9eca9 improve signal mapping dialog, table widget applies scaling Factor for signals and changes legend accordingly #130 2020-06-26 12:02:35 +02:00
Sonja Happ
453ed4b154 new scalingFactor signal parameter is editable in signal mapping dialog window #130 2020-06-26 10:49:54 +02:00
Laura Fuentes Grau
b317cc095a wip: make dashboard manually resizable #230 2020-06-25 18:01:26 +02:00
irismarie
8523b9e354 show border of box widget, closes #228 2020-06-25 13:05:40 +02:00
Sonja Happ
b8a4544710 Querying VILLASnode API works, API endpoint hardcoded for now, processing of response missing #224 2020-06-24 15:32:07 +02:00
Sonja Happ
9817fe32a5 update package versions 2020-06-24 09:25:26 +02:00
Sonja Happ
eba8dcc29d Merge branch 'feature_addUser' into 'develop'
Feature add/remove user to/from scenario

See merge request acs/public/villas/web!58
2020-06-24 09:07:57 +02:00
Sonja Happ
781f83afd3 Work on user add/remove from scenarios: use async dispatches instead of function calls; list of users updates now after adding/removing a user, a notification is shown upon error #220 2020-06-23 16:43:52 +02:00
Sonja Happ
3bd2a9eaa3 merge develop into feature_addUser (conflicts in scenario.js) 2020-06-23 15:45:48 +02:00
Sonja Happ
770d31ade1 fix for running state of scenarios, show active state of users with icon instead of text. 2020-06-23 15:26:30 +02:00
Sonja Happ
7894282618 show running state of scenario with icon (closes #223) 2020-06-23 15:22:25 +02:00
Sonja Happ
85390df0b8 fix labelManipulation function of ICs (naming of labels changed with transition to bootstrap 4.5), state now showing colored. 2020-06-23 15:04:36 +02:00
Sonja Happ
5ea80ae44d remove unused variable 2020-06-23 11:51:18 +02:00
Sonja Happ
ef1d960cd4 improve signal mapping dialog (point 2 of #225) 2020-06-23 11:48:37 +02:00
Sonja Happ
ea5311a43b remove todos 2020-06-23 11:28:08 +02:00
Sonja Happ
b009124882 remove todo 2020-06-23 09:39:08 +02:00
Sonja Happ
24650a0b08 fix endpoint for sending commands to ICs 2020-06-23 09:37:08 +02:00
Sonja Happ
eb1756852b Modify send command to IC buttons (point 1 of #225) 2020-06-23 09:34:33 +02:00
Laura Fuentes Grau
766ccc23d3 Fix for edit files: dialog now stays open after adding/deleting file, cancel button deleted #219 2020-06-21 17:57:35 +02:00
Laura Fuentes Grau
d8fdf33dbc Fix for edit files: table now has a fixed layout/ doesn't protrude out from dialog and close/cancel button closes dialog #219 2020-06-21 16:43:21 +02:00
irismarie
da74f199f7 input user to add in text field 2020-06-19 15:30:50 +02:00
Sonja Happ
622a5d3f22 fixes for color control, selected color is now checked 2020-06-19 15:13:33 +02:00
Sonja Happ
b07a804bf3 Consider signal direction when connecting signals with widgets (out signals only for display widgets and in signals only for manipulation widgets) #218 2020-06-19 09:51:25 +02:00
Sonja Happ
5844efdbbb Removed plot-table widget as it is redundant to plot widget #218 2020-06-19 09:34:46 +02:00
Sonja Happ
c4781b86f1 Work on edit file, use table of files instead of dropdown menu, fix upload callbacks; sizing of dialog window not working, Cancel button of dialog window obsolete #219 2020-06-18 17:05:47 +02:00
Laura Fuentes Grau
fa6652e551 (wip) styling added to the dashboard edit toolbar #227 2020-06-18 12:42:08 +02:00
Laura Fuentes Grau
94f88ecfdb Fix for Edit Layout: pressing Cancel now deletes every newly added widget 2020-06-14 17:53:40 +02:00
Laura Fuentes Grau
3065ef8889 Fix for Gauge Widget: Widget now doesn't look broken if no signal is selected #221 2020-06-12 19:17:43 +02:00
Laura Fuentes Grau
6568056198 Gauge Widget: display issues while connected to a signal fixed 2020-06-12 18:49:11 +02:00
Sonja Happ
5623c9d3ff Gauge widget uses signals (min/ max not working properly) #218 2020-06-10 14:54:07 +02:00
Sonja Happ
64b8a81200 Started revision of VILLASweb documentation 2020-06-04 14:25:53 +02:00
Sonja Happ
a5a7d2cf97 Input widgets (slider, button, number input) are working with input signals; button only reacts to left click #218 2020-06-03 14:34:26 +02:00
irismarie
0fe5bdcc58 add/remove user to/from scenario (only admin) 2020-06-03 10:38:43 +02:00
Laura Fuentes Grau
0bed9b3b73 wip: create edit files option 2020-06-03 00:13:25 +02:00
Sonja Happ
ce26514758 Button widget toggles input signal #218 2020-06-02 17:16:13 +02:00
Sonja Happ
11d3f11e2f Table widget displays output signal values and units #218 2020-06-02 15:17:59 +02:00
Sonja Happ
39790b530e value widget displays output signal value #218 2020-06-02 15:04:05 +02:00
Sonja Happ
e3e0962484 lamp widget able to use output signals, switching of color works #218 2020-06-02 14:51:38 +02:00
irismarie
b7ee4bb35c [WIP] delete user 2020-05-31 13:51:43 +02:00
irismarie
218e7fba4f merged with development branch 2020-05-29 17:52:53 +02:00
Sonja Happ
95c735de9b remove a log comment, fix indentation 2020-05-29 13:27:04 +02:00
Sonja Happ
86af9c8f7f add option for no file selected 2020-05-29 13:26:43 +02:00
Sonja Happ
86288b39bf removed unused import 2020-05-29 12:34:20 +02:00
Sonja Happ
5e607f77d0 remove file load from component config 2020-05-29 11:53:29 +02:00
Sonja Happ
7dcec9983b Merge branch 'change-file-api' into develop
# Conflicts:
#	src/scenario/scenario.js
2020-05-29 11:49:36 +02:00
Sonja Happ
ff853b4d38 Merge branch 'feature_exportfunctions' into develop 2020-05-29 11:37:50 +02:00
Sonja Happ
7241e2c01b Component Config import and export working #216 2020-05-29 11:33:49 +02:00
Sonja Happ
342ed5d83d Dashboard import export working #216 2020-05-29 10:27:09 +02:00