Skip to content

Commit

Permalink
Fix wrong initial value editing an API connection (#6519)
Browse files Browse the repository at this point in the history
* fix(configuration): wrong initial value when editing an API connection

* changelog: add pull request entry
  • Loading branch information
Desvelao committed Mar 14, 2024
1 parent 4a9fe77 commit d5636a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -9,7 +9,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Support for Wazuh 4.9.0
- Added AngularJS dependencies [#6145](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6145)
- Added a migration task to setup the configuration using a configuration file [#6337](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6337)
- Added the ability to manage the API hosts from the Server APIs [#6337](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6337)
- Added the ability to manage the API hosts from the Server APIs [#6337](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6337) [#6519](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6519)
- Added edit groups action to Endpoints Summary [#6250](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6250)
- Added upgrade agent action to Endpoints Summary [#6476](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6476)
- Added global actions add agents to groups and remove agents from groups to Endpoints Summary [#6274](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6274)
Expand Down
1 change: 1 addition & 0 deletions plugins/main/public/components/settings/api/api-table.js
Expand Up @@ -657,6 +657,7 @@ export const ApiTable = compose(
id: item.id,
url: item.url,
port: item.port,
run_as: item.run_as,
username: item.username,
password: '',
password_confirm: '',
Expand Down

0 comments on commit d5636a8

Please sign in to comment.