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
483752c8
Commit
483752c8
authored
Oct 27, 2016
by
Francesc Guasch
Browse files
[#20] fixed empty message always
parent
8444a900
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
483752c8
...
...
@@ -672,8 +672,9 @@ sub _cmd_create{
$domain
=
$self
->
create_domain
(
%
{
$request
->
args
},
request
=>
$request
);
my
$msg
=
'';
if
(
$domain
)
{
my
$msg
=
'
Domain
'
$msg
=
'
Domain
'
.
"
<a href=
\"
/machine/view/
"
.
$domain
->
id
.
"
.html
\"
>
"
.
$request
->
args
('
name
')
.
"
</a>
"
.
"
created.
"
...
...
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