• 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

    Indicator Text dis-appeared after updating modules.

    User help
    dashboard desig color indicator module updates
    4
    5
    1.4k
    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.
    • R
      ristola
      last edited by

      Noticed my Color Indicators no long display the Text after updating to the latest version on Mango ES Version 3.6.4.

      Editing in designer, you have to delete the text field, tab off of the field, and then return to the text field and the text will re-appear when entering. Problem is, the changes are not saved.

      Anyone have an easy way to correct this so I don't have to start rebuilding pages for my customers?

      Before and After Images.

      0_1564541231866_Screen Shot 2019-07-30 at 10.46.29 PM.png
      0_1564541241224_Screen Shot 2019-07-30 at 10.46.41 PM.png

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

        Have you got any markup you can paste here?
        The only suggestion I can give is using CSS and giving your items classes to apply the looks you want to them. Assuming you're using Google chrome here, you can right click and inspect on the elements to see what the css for the html elements are.
        I'm also heavily assuming you know how CSS can be applied.
        I know it's involved but it's a solid way of ensuring your desired styles are always applied...

        Jared will likely be able to come back with a solution if you can paste your content here in code tags to compare and contrast.

        //For configuring how to add these styles:
        Create a new .css file then save this css file in the mango install's [MANGOHOME]/overrides/web/modules/mangoUI/web/styles directories and save it as something you recognise:
        ie: newDashboardStyles.css
        You can make these changes applicable by going to Administration-> UI Settings-> Miscellaneous Settings -> user stylesheet url.
        Set it to /modules/mangoUI/web/styles/newDashboardStyles.css

        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
        • R
          Robertas Kaunas
          last edited by Robertas Kaunas

          Hello, guys

          after last upgrade i miss some information in <ma-indicator>

          .indicator{
              cursor:pointer;  
              position: absolute;
              border-width: thin; 
              background-color: rgb(9, 206, 75); 
              border-radius: 30px; 
              text-align: center; 
              color: rgb(1, 1, 1); 
              font-weight: bold; 
              font-size: 20px;
              line-height: 32px;
              width: 32px; 
              height: 32px; 
          }
          
          <ma-indicator class="indicator" style="left: 120px; top: 500.266px;" color-false="rgb(152, 255, 0)" color-true="red" point="Inactive_T6" default-color="red" ng-click="selection='T-6'">T6</ma-indicator>
          

          Can't see T6 text inside of indicator

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

            Just ran it in my mango version 3.5.6.
            Can see it loud and clear!
            Right click on the item and click on inspect element from Google Chrome.
            If the T6 isn't visible in the HTML markup, then you definitely have a code issue that @Jared-Wiltshire will need to investigate.
            If it is, you may have to override the css temporarily with !important after the color property. Sorry can't be of any more help. Not in a position to upgrade at the moment so cannot see the same issues everyone else has in 3.6.

            Fox

            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

              Hi guys, this update should fix the issue. Sorry about that.

              https://forum.infiniteautomation.com/topic/4364/release-notes-for-mangoui-3-6-4

              Developer at Radix IoT

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