Commit 0ad376ca by Karsa Zoltán István

permissions

parent bdb49d44
......@@ -2,10 +2,10 @@
{% load sizefieldtags %}
{% load crispy_forms_tags %}
{% load static %}
{% if instance.cloud_init %}
{% include "dashboard/_ci-data-help.html" %}
<div class="row">
{% if is_operator %}
{% if instance.cloud_init %}
{% include "dashboard/_ci-data-help.html" %}
<div class="row">
<div class="col-sm-12">
<h3>
{% trans "Cloud-init" %}
......@@ -23,10 +23,17 @@
id="vm-details-cidata-save" data-vm="{{ instance.pk }}"
{% if not save_resources_enabled %}disabled{% endif %}>
<i class="fa fa-floppy-o"></i> {% trans "Validate & Save" %}
</button>
</button>{% if not save_resources_enabled %} Stop your VM to change cloud-init options.{% endif %}
</form>
</div>
</div>
</div>
{% else %}
<div class="alert alert-warning">
{% trans "Cloud-init is inactive" %}
</div>
{% endif %}
{% else %}
<p>Cloud-init is inactive</p>
<div class="alert alert-warning">
{% trans "You are not authorized to access the cloud-init options." %}
</div>
{% endif %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment