{% extends "base.html" %}
{% block content %}
{% from 'include/input_macros.html' import input, select, checkbox %}
{% include 'include/del_confirm.html' %}
{% if not is_needed_tool %}
You have not installed Terraform.
Read here how to install Terraform.
{% else %}
{{lang.words.name|title()}} |
{{lang.words.provider|title()}} |
{% if role == 1 %}
{{lang.words.group|title()}} |
{% endif %}
{{lang.words.cloud|title()}} |
{{lang.words.region|title()}} |
{{lang.words.OS}} |
IP |
{{lang.words.instance_type}} |
{{lang.words.status|title()}} |
{{lang.words.created_at}} |
|
|
{% include 'ajax/provisioning/provisioned_servers.html' %}
+ {{lang.words.add|title()}}
{% endif %}
{{lang.words.name|title()}} |
{{lang.words.cloud|title()}} |
{% if role == 1 %}
{{lang.words.group|title()}} |
{% endif %}
{{lang.words.created_at}} |
{{lang.words.edited_at}} |
|
|
{% include 'ajax/provisioning/providers.html' %}
+ {{lang.words.add|title()}}
{% include 'include/provisioning/creating_dialogs.html' %}
{% include 'include/provisioning/providers_dialogs.html' %}
{% endblock %}