-
Notifications
You must be signed in to change notification settings - Fork 59
Feature: Show system information #2260
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
Conversation
…so you can use firstValueFrom
…ut leave the copy functionality in place which allows us to copy as markdown
@leekelleher I have uploaded a new video showcasing the concept using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested out, (with and without an admin user), all working great! 🚀
|
Description
Adds a button to the backoffice header logo that opens a modal with system information. The information is composed of two different calls to the server to get the "troubleshooting" data as well as the "server information" data. The button will only be shown to admins. The user can choose to copy the information to the clipboard after reviewing it.
Screenshots
Code block with copy functionality (new)
sysinfo_codeblock.mp4
POC with a table (old)
sysinfo_clipboard.mp4
How to test