IBM / dse-do-dashboard

Plotly/Dash dashboard for Decision Optimization projects in IBM Cloud Pak for Data
Apache License 2.0
4 stars 3 forks source link

Customize the 'NavbarBrand' name #21

Closed victorterpstra closed 2 years ago

victorterpstra commented 2 years ago

The top navigation bar has the logo and the name. The logo is customizable, but the name is not.

Allow sub-classes of DashApp to customize the name/brand in the navigation bar.

See DashApp.get_navbar()

victorterpstra commented 2 years ago

Added DashApp.get_navbar_brand_children() method that can be overridden. In v0.1.2.1b

victorterpstra commented 2 years ago

Also added DashApp constructor argument navbar_brand_name: Optional[str].