Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

WebUI: right-click on button does not disable all other buttons #6

Closed
dh1tw opened this issue Apr 19, 2020 · 1 comment
Closed

WebUI: right-click on button does not disable all other buttons #6

dh1tw opened this issue Apr 19, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dh1tw
Copy link
Owner

dh1tw commented Apr 19, 2020

Within the WebUI there are two ways to activate / deactivate button (representing a physical terminal on switch).

  1. Left mouse click
  2. Right mouse click

The right mouse click enables the clicked button and disables all other buttons on the specific port.

Screenshot 2020-04-19 at 22 57 47

A right mouse click on 4L-TWR2 should activate 4L-TWR2 and deactivate all other terminals, as in the screenshot below:

Screenshot 2020-04-19 at 22 58 59

In version 0.1.1 this is broken.

After checking with the Chrome development tools, it seems that the REST endpoint on the Webserver is wrong, resulting in an HTTP 404 error.

Screenshot 2020-04-19 at 23 02 08

@dh1tw dh1tw added the bug Something isn't working label Apr 19, 2020
@dh1tw dh1tw self-assigned this Apr 19, 2020
@dh1tw
Copy link
Owner Author

dh1tw commented Apr 19, 2020

Indeed, the REST endpoint was not called correctly from within the client code. The fix will be included in version 0.1.2

@dh1tw dh1tw closed this as completed Apr 19, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant