Skip to content

Commit b1cc61d

Browse files
authored
Merge pull request #72918 from mburke5678/ROSA-fix-custom-web
OCPBUGS30632: ROSA/OSD hide customizing the web console
2 parents 3a35921 + 37c2260 commit b1cc61d

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

_topic_maps/_topic_map_osd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ Topics:
205205
# cannot patch resource "consoles", insufficient permissions to read any Cluster configuration
206206
#- Name: Configuring the web console
207207
# File: configuring-web-console
208-
# Distros: openshift-rosa
209-
- Name: Customizing the web console
210-
File: customizing-the-web-console
211-
Distros: openshift-dedicated
208+
# Distros: openshift-dedicated
209+
#- Name: Customizing the web console
210+
# File: customizing-the-web-console
211+
# Distros: openshift-dedicated
212212
- Name: Dynamic plugins
213213
Dir: dynamic-plugin
214214
Distros: openshift-dedicated

_topic_maps/_topic_map_rosa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,9 @@ Topics:
390390
#- Name: Configuring the web console
391391
# File: configuring-web-console
392392
# Distros: openshift-rosa
393-
- Name: Customizing the web console
394-
File: customizing-the-web-console
395-
Distros: openshift-rosa
393+
#- Name: Customizing the web console
394+
# File: customizing-the-web-console
395+
# Distros: openshift-rosa
396396
- Name: Dynamic plugins
397397
Dir: dynamic-plugin
398398
Distros: openshift-rosa

web_console/customizing-the-web-console.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ product name, links, notifications, and command line downloads. This is
1111
especially helpful if you need to tailor the web console to meet specific
1212
corporate or government requirements.
1313

14+
// Hiding in ROSA/OSD, as Hive overwrites changes to console config
15+
ifndef::openshift-rosa,openshift-dedicated[]
1416
include::modules/adding-a-custom-logo.adoc[leveloffset=+1]
17+
endif::openshift-rosa,openshift-dedicated[]
1518

1619
// Hiding in ROSA/OSD, as dedicated-admins cannot create resource "consolelinks"
1720
ifndef::openshift-rosa,openshift-dedicated[]
@@ -49,9 +52,15 @@ include::modules/odc-customizing-a-perspective-using-YAML-view.adoc[leveloffset=
4952
include::modules/odc-customizing-a-perspective-using-form-view.adoc[leveloffset=+2]
5053
endif::openshift-rosa,openshift-dedicated[]
5154

55+
// Hiding in ROSA/OSD, as Hive overwrites changes to console config
56+
ifndef::openshift-rosa,openshift-dedicated[]
5257
include::modules/odc_con_customizing-a-developer-catalog-or-its-sub-catalogs.adoc[leveloffset=+1]
58+
endif::openshift-rosa,openshift-dedicated[]
5359

60+
// Hiding in ROSA/OSD, as Hive overwrites changes to console config
61+
ifndef::openshift-rosa,openshift-dedicated[]
5462
include::modules/odc_customizing-a-developer-catalog-or-its-sub-catalogs-using-the-yaml-view.adoc[leveloffset=+2]
63+
endif::openshift-rosa,openshift-dedicated[]
5564

5665
// Hiding in ROSA/OSD, as dedicated-admins do not have sufficient permissions to read any cluster configuration
5766
ifndef::openshift-rosa,openshift-dedicated[]

0 commit comments

Comments
 (0)