0

Working on some simple white lable stuff for EMM and cannot change the Enterprise Mobility Manager label in the header.

Referring to {{ defineZone "brand"}} within the header hbs but need to locate the reference is loaded from?

Any help would be great! Thanks!

Community
  • 1
  • 1

1 Answers1

1

The zone "brand" is defined as a unit (uuf.unit.header.logo) logo.hbs. The logo referred can be seen in ../public/img/logo.png in the same unit.

The product name is overridden in the unit (mdm.unit.ui.header.logo) as seen here. You can change the product name by changing the above file.

madawa
  • 496
  • 6
  • 24