diff --git a/src/app.scss b/src/app.scss
index 87b46f4..9bb3a1c 100644
--- a/src/app.scss
+++ b/src/app.scss
@@ -1,3 +1,8 @@
p {
font-weight: bold;
}
+
+// Ensure UI fills the entire page (and does not run over)
+.ct-page-fill {
+ height: 100% !important;
+}
diff --git a/src/config.jsx b/src/config.jsx
index 513d342..2c97ea4 100644
--- a/src/config.jsx
+++ b/src/config.jsx
@@ -20,6 +20,7 @@
import React from "react";
import {
+ Breadcrumb, BreadcrumbItem,
Button,
Form,
FormGroup,
@@ -37,9 +38,10 @@ import {
EmptyStateIcon,
Title,
EmptyStateBody,
- EmptyStateVariant
+ EmptyStateVariant,
+ Page, PageSection,
} from "@patternfly/react-core";
-import { AngleLeftIcon, ExclamationCircleIcon } from "@patternfly/react-icons";
+import { ExclamationCircleIcon } from "@patternfly/react-icons";
import { global_danger_color_200 } from "@patternfly/react-tokens";
const json = require('comment-json');
@@ -557,12 +559,23 @@ export function Config () {
};
return (
- <>
- } onClick={goBack}>
- {_("Session Recording")}
-
-