{% extends "ui/base-devices.html" %} {% load url from future %} {% load icons %} {% load bob %} {% block content %}
Load Balancer | Pool | IP Address | Port | |
---|---|---|---|---|
{% if item.server %} {% icon 'fugue-balance' %} {% else %} {% if item.enabled %} {% icon 'fugue-tick-circle' %} {% else %} {% icon 'fugue-cross-circle' %} {% endif %} {% endif %} | {% if item.server %} {{ item.server }} {% else %} {{ item.balancer }} {% endif %} | {{ item.pool }} | {{ item.address }} | {{ item.port }} |