What's on this page

Themes

Themes Overview

Changing the look of the Telco Network Cloud Orchestration (TNC-O) User Interface UI is supported via Theme Packages. A theme can be provided for each unique look that is needed for the TNC-O UI. Changing the Theme of the TNC-O UI To change the theme of the UI you need to produce a theme.tar containing the necessary elements. The TAR should include a directory for each potential theme. Each theme is represented by a directory which should include the favicon, stylesheet and images to be used: +-- mytheme (change to your Theme name) | +-- favicon. »

Theme Installation

The following steps explain how to alter the installation process to change the theme used by the Telco Network Cloud Orchestration (TNC-O) User Interface. Installing a Theme Follow the steps in theme overview before doing the following. When installing the lm-configurator helm chart you must include the following values, changing the value of theme.name to be the name of theme to be used: configurator: lmConfigImport: nimrod: alm. »

Theme Updates

The following steps explain how to change the theme used by the Telco Network Cloud Orchestration (TNC-O) User Interface when it is running. Updating a Theme Follow the steps in theme overview before doing the following. Add the following configuration to vault for lm/nimrod, changing the value of theme.name to be the name of the theme to be used: "alm.nimrod.theme.name": "mytheme" Create a values file with the following configuration: nimrod: app: config: themesConfigMap: lm-themes Run a helm upgrade of the TNC-O helm chart with the custom values file above. »