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
fa4a0bca
Commit
fa4a0bca
authored
Oct 28, 2016
by
Francesc Guasch
Browse files
[#20] fixed missing space
parent
65046c63
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
fa4a0bca
...
...
@@ -677,7 +677,7 @@ sub _cmd_create{
$msg
=
'
Domain
'
.
"
<a href=
\"
/machine/view/
"
.
$domain
->
id
.
"
.html
\"
>
"
.
$request
->
args
('
name
')
.
"
</a>
"
.
"
created.
"
.
"
created.
"
;
}
...
...
@@ -801,7 +801,7 @@ sub _cmd_start {
my
$msg
=
'
Domain
'
.
"
<a href=
\"
/machine/view/
"
.
$domain
->
id
.
"
.html
\"
>
"
.
$request
->
args
('
name
')
.
"
</a>
"
.
"
started
"
.
"
started
"
;
$request
->
status
('
done
',
$msg
);
...
...
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