-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show Kolibri IP and port in the web UI #1910
Comments
Approved in the design room on Slack. Solution is to add another "Info" tab in Device with the IP, port, and other useful metadata about the device. Note for the implementor: if any items are difficult to access through python, skip for now. Priority is getting the URL to show correctly Addendum by @rtibbles - should be visible to any user who is able to view the Device app. |
note from @jamalex:
|
Taking on the backend portion of this. Will create an API endpoint that exposes the information listed in the mockup above. |
Note that we can only display a database path if the server is using SQLite (which will normally be the case, but we do support other DB backends). |
Note to @jamalex: |
We could get free memory, but it would require us to add the |
During a discussion about native desktop apps and installers, it came up that administrators can often use an easy way to get the current IP and port through the web UI (e.g. Manage -> Device?).
This would be particularly helpful for users that don't use the terminal, e.g. windows users running the tray application.
see related issue #1595
cc @jtamiace would need design
The text was updated successfully, but these errors were encountered: