{% extends "base.html" %} {% comment %}© 2015, Multapplied Networks, Inc.{% endcomment %} {% load bootstrap %} {% block base %}{% endblock %} {% block title %}{{ bond.bonder.name | escapejs }} Bond Settings Check {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Bonds
  • {{ bond.bonder.name }}
  • Bond Settings Check
  • {% endblock %} {% block content %}

    {{ bond.bonder.name }} bond settings check

    {% verbatim %}
    ID
    {{ tuning.id }}
    Submitted time
    {{ tuning.created | date:'medium' }}
    Submitted by
    {{ tuning.submitted_by.name }}
    Status
    {{ tuning.status | tuner_status }}
    {% endverbatim %}
    Schedule
    Immediate
    Schedule
    {% verbatim %}{{ tuning.schedule_at | date:'medium' }}{% endverbatim %}
    Schedule
    All legs online.

    Recommended settings

    {% verbatim %}
    {% endverbatim %}

    Update the bond with these recommended settings?

    The settings check is in progress. Recommended settings will be shown when the check is complete.

    Cancel check

    The settings check is scheduled. Recommended settings will be shown when the check is complete.

    Cancel check
    {% verbatim %} {% endverbatim %}

    The check was cancelled. You can start a new check from the bond details page.

    {% verbatim %} {% endverbatim %}

    The check failed. You can start a new check from the bond details page.

    {% verbatim %}

    Leg tunings

    ID Submitted Status Details
    {{ legtuner.id }} {{ legtuner.created | date:'medium' }} {{ legtuner.status | tuner_status }}

    Logs

    Level Date Message
    {{ log.level }} {{ log.created_at | date:'medium' }} {{ log.message }}
    {% endverbatim %}
    {% endblock %}