From cbf8146b3116a13e45af3827f063df943a9cf55b Mon Sep 17 00:00:00 2001 From: phantomjinx Date: Fri, 15 Dec 2023 19:41:00 +0000 Subject: [PATCH] fix: Synchronize operator config.yaml with expected values * Updates title, additionalInfo, appName to include 'Online' * Adds image reference paths * Removes now invalid online section properties * Adds showAppName property to display app name in title bar * Adds login properties in case form config is used * Adds mandatory 'productInfo' empty array. This works around bug in hawtio/react (#715) --- config/config.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index dacdc6cca6..5ef7dae3c1 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -1,12 +1,13 @@ about: - title: Hawtio Console - additionalInfo: The Hawtio console eases the discovery and management of 'hawtio-enabled' + title: Hawtio Online Console + productInfo: [] + additionalInfo: The Hawtio Online Console eases the discovery and management of 'hawtio-enabled' applications deployed on OpenShift. + imgSrc: /online/hawtio-logo.svg branding: - appName: Hawtio Console - appLogoUrl: img/hawtio-logo.svg -online: - consoleLink: - text: Hawtio Console - section: Hawtio - imageRelativePath: /online/img/favicon.ico \ No newline at end of file + appName: Hawtio Online Console + appLogoUrl: /online/hawtio-logo.svg + favicon: /online/favicon.ico + showAppName: true +login: + title: Log in with your token