diff --git a/frontend/src/components/cluster/Overview.tsx b/frontend/src/components/cluster/Overview.tsx index 60f435f612b..2eaec4d5a35 100644 --- a/frontend/src/components/cluster/Overview.tsx +++ b/frontend/src/components/cluster/Overview.tsx @@ -14,6 +14,8 @@ * limitations under the License. */ +import { Icon } from '@iconify/react'; +import Box from '@mui/material/Box'; import FormControlLabel from '@mui/material/FormControlLabel'; import Grid from '@mui/material/Grid'; import { Theme } from '@mui/material/styles'; @@ -173,6 +175,27 @@ function EventsSection() { headerProps={{ noNamespaceFilter: false, titleSideActions: [ + + + + + , +