{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% load form_helpers %} {% block title %}{% trans "Bulk Deploy" %}: {{ object }}{% endblock %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Status" %} | {{ object.get_status_display }} |
| {% trans "Criticality" %} | {{ object.get_criticality_display }} |
| {% trans "Environment" %} | {{ object.get_environment_display }} |
| {% trans "Group" %} | {{ object.group }} |
| {% trans "Version" %} | {{ object.version }} |
{% trans "Instances mode" %}: {% trans "Creates a new application per host, copying these settings. Each instance has independent status — if one host goes down, only its instance is impacted." %}
{% trans "Shared mode" %}: {% trans "Links this single application to all selected hosts. One card on the topology connected to multiple devices." %}