Logical operators to allow more complex Icon Mappings

XMLWordPrintable

    • Type: New Feature Request
    • Resolution: Unresolved
    • Priority: Minor
    • None
    • Affects Version/s: 2.4.0, 2.4.1
    • Component/s: Frontend (F)
    • None
    • Environment:
      all

      It would be nice if we could use more complex expressions to define Icon Mappings.
      Logical operators would really help here.

      Example (pseudo code):

      if "Type" is "virtual" and "Deployment status" is "production" then Icon is "VM_(128)"
      if "Type" is "virtual" and "Deployment status" is "testing" then Icon is "VM_(64)"
      if "Type" is "physical" and "Deployment status" is "production" then Icon is "Server_(128)"
      if "Type" is "physical" and "Deployment status" is "testing" then Icon is "Server_(64)"

            Assignee:
            Unassigned
            Reporter:
            callistix
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: