We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Within the WebUI there are two ways to activate / deactivate button (representing a physical terminal on switch).
The right mouse click enables the clicked button and disables all other buttons on the specific port.
right mouse click
A right mouse click on 4L-TWR2 should activate 4L-TWR2 and deactivate all other terminals, as in the screenshot below:
4L-TWR2
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.
The text was updated successfully, but these errors were encountered:
WebUI: right click disables all other terminals. See issue #6
1ddf347
Indeed, the REST endpoint was not called correctly from within the client code. The fix will be included in version 0.1.2
Sorry, something went wrong.
dh1tw
No branches or pull requests
Within the WebUI there are two ways to activate / deactivate button (representing a physical terminal on switch).
The
right mouse click
enables the clicked button and disables all other buttons on the specific port.A
right mouse click
on4L-TWR2
should activate4L-TWR2
and deactivate all other terminals, as in the screenshot below: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.
The text was updated successfully, but these errors were encountered: