Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
34df162a
Commit
34df162a
authored
Sep 07, 2018
by
Francesc Guasch
Browse files
wip(download): allow delay on downoads
issue #828
parent
23188f0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Request.pm
View file @
34df162a
...
...
@@ -64,7 +64,7 @@ our %VALID_ARG = (
,
rename_domain
=>
{
uid
=>
1
,
name
=>
1
,
id_domain
=>
1
}
,
set_driver
=>
{
uid
=>
1
,
id_domain
=>
1
,
id_option
=>
1
}
,
hybernate
=>
{
uid
=>
1
,
id_domain
=>
1
}
,
download
=>
{
uid
=>
2
,
id_iso
=>
1
,
id_vm
=>
2
,
verbose
=>
2
}
,
download
=>
{
uid
=>
2
,
id_iso
=>
1
,
id_vm
=>
2
,
verbose
=>
2
,
delay
=>
2
}
,
refresh_storage
=>
{
id_vm
=>
2
}
,
clone
=>
{
uid
=>
1
,
id_domain
=>
1
,
name
=>
1
,
memory
=>
2
}
,
change_owner
=>
{
uid
=>
1
,
id_domain
=>
1
}
...
...
Write
Preview
Supports
Markdown
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