• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. ristola
    3. Topics

    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
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 14
    • Groups 0

    Topics

    • R

      Hiding Dashboard Elements if DataPoints are Disabled.

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      12
      0 Votes
      12 Posts
      3k Views
      R
      Ahhhhh. That works ! Thanks so much for the help. I also found one hinderance when testing in the Play Area with the code changes. After testing changes / incorrect coding , nothing else seems to work afterwards. Fix was to make code changes, save and Re-load Webpage to check. Can't believe how much time was lost with that issue. Much appreciated ! Wanted to accept defeat, but I just coudln't let it go ! You guys are great ! Thanks again.
    • R

      Error checking for upgrades

      Watching Ignoring Scheduled Pinned Locked Moved User help
      6
      0 Votes
      6 Posts
      1k Views
      MattFoxM
      If this is the case and you've done nothing then perhaps it would be good to investigate their networks... There may be an external influence. Fox
    • R

      Indicator Text dis-appeared after updating modules.

      Watching Ignoring Scheduled Pinned Locked Moved User help dashboard desig color indicator module updates
      5
      0 Votes
      5 Posts
      2k Views
      Jared WiltshireJ
      Hi guys, this update should fix the issue. Sorry about that. https://forum.infiniteautomation.com/topic/4364/release-notes-for-mangoui-3-6-4
    • R

      How to use Slave Monitor to disable Gauges & Charting.

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation general Discussion
      4
      0 Votes
      4 Posts
      1k Views
      phildunlapP
      Hi ristola, You can inspect those elements for the CSS class that is creating that checkered pattern, and then add that class to the attribute you'd like it displayed on via an ng-class attribute, like, <div ng-class="{ 'point-disabled': slaveMonitor.value === false }"></div>
    • R

      Selecting WatchList/Chart Series with a Button

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      4
      0 Votes
      4 Posts
      2k Views
      MattFoxM
      Happy to help. Feel free to ask more questions if you get stuck, some of your code would be good to see too if you do require further assistance.