Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
77a4efd9
authored
9 years ago
by
Bach Dániel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-save_as' into 'master'
Fix issue #342 (VNC vs save as) Closes #342 See merge request !321
parents
9b8052d4
521cc14a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
circle/dashboard/static/dashboard/vm-details.js
+7
-0
No files found.
circle/dashboard/static/dashboard/vm-details.js
View file @
77a4efd9
...
...
@@ -38,6 +38,13 @@ $(function() {
e
.
preventDefault
();
});
/* save as (close vnc console) */
$
(
'.operation-save_as_template'
).
click
(
function
(
e
)
{
if
(
$
(
'li.active > a[href$="console"]'
).
length
>
0
)
{
$
(
'a[data-toggle$="pill"][href$="#activity"]'
).
click
();
}
});
/* remove tag */
$
(
'.vm-details-remove-tag'
).
click
(
function
()
{
var
to_remove
=
$
.
trim
(
$
(
this
).
parent
(
'div'
).
text
());
...
...
This diff is collapsed.
Click to expand it.
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