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
01f19a7b
Commit
01f19a7b
authored
Feb 21, 2021
by
Francesc Guasch
Browse files
Merge branch 'develop' into feature/displays
parents
144aceb6
c897ff84
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
01f19a7b
...
...
@@ -269,7 +269,7 @@ sub _update_isos {
,
xml
=>
'
focal_fossa-amd64.xml
'
,
xml_volume
=>
'
focal_fossa64-volume.xml
'
,
url
=>
'
http://releases.ubuntu.com/20.04/
'
,
file_re
=>
'
^ubuntu-20.04.
\d+
-desktop-amd64.iso
'
,
file_re
=>
'
^ubuntu-20.04.
*
-desktop-amd64.iso
'
,
sha256_url
=>
'
$url/SHA256SUMS
'
,
min_disk_size
=>
'
9
'
}
...
...
@@ -4146,6 +4146,7 @@ sub _cmd_migrate($self, $request) {
}
}
$self
->
_remove_unnecessary_downs
(
$domain
);
$domain
->
migrate
(
$node
,
$request
);
my
@remote_ip
;
...
...
templates/main/run_request.html.ep
View file @
01f19a7b
...
...
@@ -71,8 +71,10 @@
</div>
</div>
</div>
</div>
<
!
--
show=
domain
--
>
</div>
<!-- jumbotron -->
</div>
<!-- container -->
</div>
<!-- container -->
%= include 'bootstrap/scripts'
</body>
</html>
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