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
b2d7267b
Commit
b2d7267b
authored
Apr 08, 2020
by
fv3rdugo
Browse files
feat(settings): Remove unnecessary sub
Issue #1287
parent
6bfeefcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Request.pm
View file @
b2d7267b
...
...
@@ -377,26 +377,6 @@ sub start_clones {
return
$self
->
_new_request
(
command
=>
'
start_clones
'
,
args
=>
$args
);
}
=head2 shutdown_clones
Requests to shutdown the clones of a base
my $req = Ravada::Request->shutdown_clones( name => 'name', uid => $user->id );
=cut
sub
shutdown_clones
{
my
$proto
=
shift
;
my
$class
=
ref
(
$proto
)
||
$proto
;
my
$args
=
_check_args
('
shutdown_clones
',
@
_
);
my
$self
=
{};
bless
(
$self
,
$class
);
return
$self
->
_new_request
(
command
=>
'
shutdown_clones
'
,
args
=>
$args
);
}
=head2 pause_domain
Requests to pause a domain
...
...
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