Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
5
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f93b9788
authored
Aug 22, 2022
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ci-integration' into 'master'
permissions cloud-init See merge request
!13
parents
1caf8013
0ad376ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
circle/dashboard/templates/dashboard/vm-detail/cloudinit.html
+15
-7
No files found.
circle/dashboard/templates/dashboard/vm-detail/cloudinit.html
View file @
f93b9788
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment