• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. ozone
    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
    O
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Groups 0

    Topics

    • O

      How to make a button when pressed that requires a password to open a page?

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      3
      0 Votes
      3 Posts
      2k Views
      Jared WiltshireJ
      @ozone Here's an example of how to present a login dialog if the user doesn't have access to the page - <div class="ma-designer-root" id="ba15ba43-ec87-45cc-b5f0-5085b8b5d669" style="width: 1366px; height: 768px; position: relative;" ng-init="page = {}"> <ma-button id="8a2c4df1-a383-4492-bb9b-cc2ac585435d" raised="true" style="position: absolute; left: 184px; top: 124px;" label="Go to page 2" ng-click="User.current.hasAnyRole('restricted') ? $state.go('ui.pageTwoRestricted') : page.showLogin = {}"></ma-button> </div> <ma-dialog show-dialog="page.showLogin"> <span class="ma-dialog-title">Please switch user</span> <span ng-if="!User.current.hasAnyRole('restricted')">User '{{User.current.username}}' doesn't have access to this page. Login as another user?</span> <ma-login class="hide-links" on-success="$user.hasAnyRole('restricted') ? $state.go('ui.pageTwoRestricted') : null"></ma-login> </ma-dialog> <style> ma-login.hide-links a, ma-login .already-logged-in { display: none; } </style>
    • O

      how to make style blinking via value?

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      4
      0 Votes
      4 Posts
      2k Views
      O
      @jared-wiltshire Thank you so much for the help. . I finally got it working using code you suggested, studied the example and modified to what I wanted. Works really well.
    • O

      Remote access to MangoES

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      6
      0 Votes
      6 Posts
      3k Views
      phildunlapP
      Cloud connect will allow you to act as a client if you have a non-free core license, but will not allow you to connect to a cloud connect server from an unlicensed core with an unlicensed cloud connect module. There would be a message in the Mango/logs/ma.log file when the client fails to start.
    • O

      Can I change MangoES logo to customer's logo when access it? And how?

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      6
      0 Votes
      6 Posts
      2k Views
      R
      Hi ozone, you can do this with the webmin-UI: http://[YourMangoES-IP]:10000 or https://[YourMangoES-IP]:10000. Enter mango/[YourPassword], in the left menu via /others/File Manager choose /opt/mango... In the MangoES-box was also a manual that describes it and a note with the [YourPassword].