diff --git a/headlamp-sealed-secrets/package.json b/headlamp-sealed-secrets/package.json index f78a9e9..e90996a 100644 --- a/headlamp-sealed-secrets/package.json +++ b/headlamp-sealed-secrets/package.json @@ -1,6 +1,6 @@ { "name": "sealed-secrets", - "version": "0.2.17", + "version": "0.2.18", "description": "Headlamp plugin for Bitnami Sealed Secrets - manage encrypted Kubernetes secrets", "files": [ "dist", diff --git a/headlamp-sealed-secrets/src/components/SettingsPage.tsx b/headlamp-sealed-secrets/src/components/SettingsPage.tsx index 5577056..f72a908 100644 --- a/headlamp-sealed-secrets/src/components/SettingsPage.tsx +++ b/headlamp-sealed-secrets/src/components/SettingsPage.tsx @@ -4,6 +4,7 @@ * Configuration page for the Sealed Secrets plugin */ +import { SectionBox } from '@kinvolk/headlamp-plugin/lib/CommonComponents'; import { Box, Button, Divider, TextField, Typography } from '@mui/material'; import { useSnackbar } from 'notistack'; import React from 'react'; @@ -34,7 +35,8 @@ export function SettingsPage() { }; return ( - + + Configure the connection to your Sealed Secrets controller. These settings are stored in your browser's local storage. @@ -151,6 +153,7 @@ export function SettingsPage() {
8080
-
+ + ); }