diff --git a/ui/src/Components/Grid/AlertGrid/Grid.js b/ui/src/Components/Grid/AlertGrid/Grid.js index bf7687023..6ffe147af 100644 --- a/ui/src/Components/Grid/AlertGrid/Grid.js +++ b/ui/src/Components/Grid/AlertGrid/Grid.js @@ -118,32 +118,30 @@ const Grid = observer( return ( {alertStore.data.grids.length > 1 && ( -
- {grid.alertGroups.length > 1 && ( - - - - - - )} +
+ + + + + diff --git a/ui/src/Styles/Components/AlertGrid.scss b/ui/src/Styles/Components/AlertGrid.scss index 756dd044b..4347eb82d 100644 --- a/ui/src/Styles/Components/AlertGrid.scss +++ b/ui/src/Styles/Components/AlertGrid.scss @@ -6,3 +6,7 @@ transition-duration: 0.4s; transition-timing-function: ease; } + +.components-grid-swimlane { + background-color: $dark; +}