Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
c8a63e33
Commit
c8a63e33
authored
Apr 10, 2017
by
Francesc Guasch
Browse files
[#176] download command goes there
parent
edc24a40
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
c8a63e33
...
...
@@ -1137,6 +1137,16 @@ sub _cmd_hybernate {
}
sub
_cmd_download
{
my
$self
=
shift
;
my
$request
=
shift
;
my
$id_iso
=
$request
->
args
('
uid
')
or
confess
"
Missing argument uid
";
# Ravada::KVM_search_iso
}
sub
_cmd_shutdown
{
my
$self
=
shift
;
my
$request
=
shift
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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