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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
bdb49d44
authored
Aug 17, 2022
by
Karsa Zoltán István
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
8a65e8d0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
circle/dashboard/static/dashboard/vm-details.js
+2
-3
No files found.
circle/dashboard/static/dashboard/vm-details.js
View file @
bdb49d44
var
Websock_native
;
// not sure
var
Websock_native
;
// not sure
$
(
function
()
{
$
(
function
()
{
if
(
$
(
"#ace-meta-data"
).
length
&&
$
(
"#ace-user-data"
).
length
)
{
var
meta_data
=
ace
.
edit
(
'ace-meta-data'
,
{
var
meta_data
=
ace
.
edit
(
'ace-meta-data'
,
{
mode
:
"ace/mode/yaml"
,
useWorker
:
false
,
mode
:
"ace/mode/yaml"
,
useWorker
:
false
,
selectionStyle
:
"text"
});
selectionStyle
:
"text"
});
...
@@ -26,7 +26,6 @@ $(function() {
...
@@ -26,7 +26,6 @@ $(function() {
document
.
getElementById
(
'ace-user-data'
).
style
.
fontSize
=
'14px'
;
document
.
getElementById
(
'ace-user-data'
).
style
.
fontSize
=
'14px'
;
/* */
/* */
$
(
'#vm-details-cidata-save'
).
click
(
function
(
e
)
{
$
(
'#vm-details-cidata-save'
).
click
(
function
(
e
)
{
$
.
ajax
({
$
.
ajax
({
type
:
'POST'
,
type
:
'POST'
,
url
:
$
(
this
).
parents
(
"form"
).
prop
(
'action'
),
url
:
$
(
this
).
parents
(
"form"
).
prop
(
'action'
),
...
@@ -48,9 +47,9 @@ $(function() {
...
@@ -48,9 +47,9 @@ $(function() {
}
}
}
}
});
});
e
.
preventDefault
()
e
.
preventDefault
()
})
})
}
/* save resources */
/* save resources */
$
(
'#vm-details-resources-save'
).
click
(
function
(
e
)
{
$
(
'#vm-details-resources-save'
).
click
(
function
(
e
)
{
var
error
=
false
;
var
error
=
false
;
...
...
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