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
0b6b7c1e
authored
Jul 28, 2022
by
Karsa Zoltán István
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update year and styling
parent
26793325
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
circle/circle/settings/base.py
+1
-1
circle/dashboard/templates/dashboard/vm-detail/cloudinit.html
+2
-2
No files found.
circle/circle/settings/base.py
View file @
0b6b7c1e
...
@@ -570,7 +570,7 @@ except:
...
@@ -570,7 +570,7 @@ except:
AGENT_VERSION
=
None
AGENT_VERSION
=
None
LOCALE_PATHS
=
(
join
(
SITE_ROOT
,
'locale'
),
)
LOCALE_PATHS
=
(
join
(
SITE_ROOT
,
'locale'
),
)
COMPANY_NAME
=
get_env_variable
(
"COMPANY_NAME"
,
"BME IK 20
15
"
)
COMPANY_NAME
=
get_env_variable
(
"COMPANY_NAME"
,
"BME IK 20
22
"
)
first
,
last
=
get_env_variable
(
first
,
last
=
get_env_variable
(
'VNC_PORT_RANGE'
,
'50000, 60000'
)
.
replace
(
' '
,
''
)
.
split
(
','
)
'VNC_PORT_RANGE'
,
'50000, 60000'
)
.
replace
(
' '
,
''
)
.
split
(
','
)
...
...
circle/dashboard/templates/dashboard/vm-detail/cloudinit.html
View file @
0b6b7c1e
...
@@ -14,10 +14,10 @@
...
@@ -14,10 +14,10 @@
<form
method=
"POST"
action=
"{{ op.cloudinit_change.get_url }}"
id=
"resource-cidata-form"
>
<form
method=
"POST"
action=
"{{ op.cloudinit_change.get_url }}"
id=
"resource-cidata-form"
>
{% csrf_token %}
{% csrf_token %}
{{ ci_data.ci_meta_data|as_crispy_field }}
{{ ci_data.ci_meta_data|as_crispy_field }}
<div
id=
"ace-meta-data"
></div>
<div
id=
"ace-meta-data"
style=
"border: 1px solid #ccc;"
></div>
<div
style=
"height: 160px;"
></div>
<div
style=
"height: 160px;"
></div>
{{ ci_data.ci_user_data|as_crispy_field }}
{{ ci_data.ci_user_data|as_crispy_field }}
<div
id=
"ace-user-data"
></div>
<div
id=
"ace-user-data"
style=
"border: 1px solid #ccc;"
></div>
<div
style=
"height: 360px;"
></div>
<div
style=
"height: 360px;"
></div>
<button
type=
"submit"
class=
"btn btn-success btn-sm change-resources-button"
<button
type=
"submit"
class=
"btn btn-success btn-sm change-resources-button"
id=
"vm-details-cidata-save"
data-vm=
"{{ instance.pk }}"
id=
"vm-details-cidata-save"
data-vm=
"{{ instance.pk }}"
...
...
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