Skip to content

Commit

Permalink
[Backport 4.4-7.10] Agents table action buttons style fix (#5179)
Browse files Browse the repository at this point in the history
Agents table action buttons style fix (#5177)

* Remove flex class

* Add changelog

* Fix table action buttons flex style

(cherry picked from commit 018a225)
  • Loading branch information
asteriscos authored Jan 27, 2023
1 parent ac61c9f commit e74b30c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added

- Added the option to sort by the agents count in the group table. [#4323](https://github.com/wazuh/wazuh-kibana-app/pull/4323)
- Added agent synchronization status in the agent module. [#3874](https://github.com/wazuh/wazuh-kibana-app/pull/3874) [#5143](https://github.com/wazuh/wazuh-kibana-app/pull/5143)
- Added agent synchronization status in the agent module. [#3874](https://github.com/wazuh/wazuh-kibana-app/pull/3874) [#5143](https://github.com/wazuh/wazuh-kibana-app/pull/5143) [#5177](https://github.com/wazuh/wazuh-kibana-app/pull/5177)
- Added the ability to set the name of the agent using the deployment wizard. [#4739](https://github.com/wazuh/wazuh-kibana-app/pull/4739)
- The input name was added and when the user adds a value the variable WAZUH_AGENT_NAME with its value appears in the installation command. [#4739](https://github.com/wazuh/wazuh-kibana-app/pull/4739)
- Redesign the SCA table from agent's dashboard [#4512](https://github.com/wazuh/wazuh-kibana-app/pull/4512)
Expand Down
1 change: 0 additions & 1 deletion public/styles/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,6 @@ kbn-dis.hide-filter-control .globalFilterGroup__branch {

.icon-box-action {
display: flex;
flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
Expand Down

0 comments on commit e74b30c

Please sign in to comment.