• Recent
    • Tags
    • Popular
    • Register
    • Login

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Cutomizing the tab name

    User help
    3
    5
    1.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • cwangvC
      cwangv
      last edited by

      Hi,
      I want to know if there is future plan to implement the customization of tab name as raised by below previous topic.
      0_1567848068303_2bdbe90e-385e-45cf-8ed1-a0815cf38525-image.png
      Re: Cutomizing the tab name

      I can image for an OEM product, this display is quite prominent and it will be really nice to be able to change it.

      Thanks.

      1 Reply Last reply Reply Quote 0
      • MattFoxM
        MattFox
        last edited by

        As mentioned in the other post, you need to duplicate that index.html file into the overrides to do it. That and modify the manifest.json file as well as that's what smart phones draw from when you save the page as a bookmark. It's been this way for a while.

        Do not follow where the path may lead; go instead where there is no path.
        And leave a trail - Muriel Strode

        1 Reply Last reply Reply Quote 0
        • Jared WiltshireJ
          Jared Wiltshire
          last edited by

          @cwangv said in Cutomizing the tab name:

          I can image for an OEM product, this display is quite prominent and it will be really nice to be able to change it.

          There is actually a hidden UI setting which enables you to do this now. If you go to
          /ui/administration/json-store-editor/mangoUI-settings

          Then change the JSON content to

          {
              "titleSuffix": "My app"
          }
          

          You will see the suffix appended to the page title is now different.

          Developer at Radix IoT

          cwangvC 1 Reply Last reply Reply Quote 1
          • cwangvC
            cwangv @Jared Wiltshire
            last edited by cwangv

            @jared-wiltshire said in Cutomizing the tab name:

            GOOD ONE, Jared.

            I did it. Thanks for the pointer!

            Can I be greedy by asking how I can change the icon for the tab as well? Would it be similar in how to change the logoSrc as shown in the same JSON file below:

            {
                "logoSrc": "/rest/v2/file-stores/public/JC.png",
                "titleSuffix": "JCA"
            }
            
            Jared WiltshireJ 1 Reply Last reply Reply Quote 0
            • Jared WiltshireJ
              Jared Wiltshire @cwangv
              last edited by

              @cwangv said in Cutomizing the tab name:

              Can I be greedy by asking how I can change the icon for the tab as well? Would it be similar in how to change the logoSrc as shown in the same JSON file below:

              The logoSrc in the UI settings only controls the logo at the top left of the UI pages.

              To change the tab icon you have to override the logoX.png (e.g. logo16.png, logo32.png etc) files by placing equivalents in ${MA_HOME}/overrides/web/modules/mangoUI/web/img/

              Developer at Radix IoT

              1 Reply Last reply Reply Quote 0
              • First post
                Last post