Administration
Connections 7 has a new Administration Console to access Communities Template administration and Mobile Administration.
The Administration Console can be reached on https://cnx-hostname/cnxadmin/. The /
at the end is important, because the ingress rule just forwards /cnxadmin/(.*)
.
On Firefox you get this view:
With Chrome (Chromium, Edge) the left menu is missing. There is a display: inline-flex
for some elements in index.css
of the Administration Console.
So how can we inject a repaired css
file into the container?
ConfigMap
One quick and dirty way is to use a configMap with the adjusted stylesheet. So I did the following:
Created:
Last Update: Read in about 2 min
Last Update: Read in about 2 min