-
Notifications
You must be signed in to change notification settings - Fork 181
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
Redesign for Configuration tab (Management/Agents) #914
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello team,
I'm happy to present a huge step forward for the Wazuh app: a redesigned Configuration tab.
Main description
This pull request removes the old, deprecated, incorrect way of showing the real configuration for your manager or your agents, and provides more reliable information about how your instances are configured, structured in different sections, and with a more human-readable style, so now it's more clear to understand each setting.
As you can see on this screenshot, this new design is available for both Management and Agents tabs.
How to show the configuration
New interface components have been designed to show the information according to each specific section. Some of them includes tabs, or a mere list of options, or even a more complex list/detail view which allows the user to select an item and show its complete configuration (such as the monitored directories from
syscheck
).In addition to this, on the right side you'll find useful links to the documentation, which will help the users to learn more about each capability, how to use/configure it, etc.
A help button has been added on the top right corner, which will redirect the user to the Settings > About tab, with links to our repositories/mailing list.
Error or not available messages
This new Configuration tab includes appropriate messages when a specific section is not available or not configured, or if there was an error when trying to fetch the configuration (whose error message will be printed on the interface to clarify the reason).
JSON/XML viewers
The JSON/XML viewers have been redesigned, and now they're more responsive (they adapt to the available height), and use a better colour palette. This design will be used for future release on other app tabs which also provides a JSON/XML viewing mode.
Related information
This pull request is related to wazuh/wazuh#548, wazuh/wazuh#1318, and other issues/pull request on the core and API repositories about the Configuration on-demand feature.
This pull request closes #373.
Thanks a lot for @jesusgn90 for helping me on this task. 🙂
Regards,
Juanjo