-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix bottom table margins in Threat Hunting Dashboard * Fix searchbar padding on Events tab * Fix searchbar padding on Discover * Fix searchbar padding on Vulnerability Inventory tab * Fix searchbar padding on Mitre Framework tab * Fix compliante table Searchbar margins * Fix wazuh discover spaces * Fix Mitre Framework and Intelligence spaces * Implement renderColumns in all datagrids * Fix several styles * Update snapshot * Update CHANGELOG
- Loading branch information
1 parent
c921f7e
commit 0f3f56d
Showing
15 changed files
with
585 additions
and
621 deletions.
There are no files selected for viewing
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
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
40 changes: 20 additions & 20 deletions
40
plugins/main/public/components/common/wazuh-discover/discover.scss
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
.discoverContainer { | ||
height: calc(100vh - 104px); | ||
height: calc(100vh - 104px); | ||
|
||
.euiDataGrid--fullScreen { | ||
height: calc(100vh - 49px); | ||
bottom: 0; | ||
top: auto; | ||
} | ||
.discoverDataGrid { | ||
height: calc(100vh - 496px); | ||
} | ||
.euiDataGrid--fullScreen { | ||
height: calc(100vh - 49px); | ||
bottom: 0; | ||
top: auto; | ||
} | ||
|
||
.discoverDataGrid { | ||
height: calc(100vh - 464px); | ||
} | ||
|
||
.discoverChartContainer { | ||
min-height: 234px; | ||
.dshLayout-isMaximizedPanel { | ||
top: 0; | ||
left: 0; | ||
min-height: calc(100vh - 49px); | ||
position: fixed; | ||
z-index: 9999; | ||
} | ||
.discoverChartContainer { | ||
min-height: 234px; | ||
.dshLayout-isMaximizedPanel { | ||
top: 0; | ||
left: 0; | ||
min-height: calc(100vh - 49px); | ||
position: fixed; | ||
z-index: 9999; | ||
} | ||
} | ||
} | ||
|
||
.headerIsExpanded .discoverContainer { | ||
height: calc(100vh - 153px); | ||
height: calc(100vh - 153px); | ||
} |
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
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
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
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
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
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
Oops, something went wrong.