Skip to content

Commit

Permalink
fix: Synchronize operator config.yaml with expected values
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
phantomjinx committed Dec 18, 2023
1 parent a9468e6 commit cbf8146
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions config/config.yaml
Original file line number Diff line number Diff line change
@@ -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
appName: Hawtio Online Console
appLogoUrl: /online/hawtio-logo.svg
favicon: /online/favicon.ico
showAppName: true
login:
title: Log in with your token

0 comments on commit cbf8146

Please sign in to comment.