Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Overriding system logo for specific users
-
We're trying to provide a white label service for a client, so we would like to be able to replace our logo with the clients site-wide, but only for that client's users.
The logo in question is what's set by logo source in the UI settings.
i.e.

Currently dealing with a Mango v3 instance but I can see the issue arising for v4 also.
Thanks!
-
@cbyrne this is not a supported feature in mango. You could however do some logic in your dashboards to look at the current user and decide what image to display within the dashboard but not in the navigation bar.
-
@CraigWeb Thanks Craig, that's what I'm currently doing.
-
@cbyrne
You can add this code to any html element in the dashboard. ng-init="currentUser=User.current"
eg:<div class="ma-designer-root" id="eb2ee05b-9949-46ee-9fda-f2f836d24541" style="width: 1366px; height: 768px; position: relative; " ng-init="currentUser=User.current">you will then have a variable in your dashboard called currentUser which you can use to do your logic on
-
@cbyrne I'd build an overridden mangoUI with development mode enabled, then you can do whatever you want, could likely also do a hack with the userModule, but the overriding would be giving you more freedom
Fox
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login