From 4024d678707c4ee7aab0a345f5f2a691cff73448 Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Fri, 31 Dec 2021 15:20:54 +0800 Subject: [PATCH] Add section titles --- src/app.jsx | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/app.jsx b/src/app.jsx index dc1f632..0abed46 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -23,7 +23,9 @@ import * as client from './client.js'; import { Card, Page, - PageSection + PageSection, + Text, + TextContent } from '@patternfly/react-core'; import { ControlCard, @@ -179,6 +181,9 @@ export class Application extends React.Component { return ( + + Status + - + + Logs + + - + + + + Configuration + +