Fix agent view satellite name visual
This commit is contained in:
parent
5e33df93ac
commit
5ce0ebb72a
|
@ -284,7 +284,7 @@ if ($has_remote_conf) {
|
||||||
true,
|
true,
|
||||||
['class' => 'invert_filter']
|
['class' => 'invert_filter']
|
||||||
);
|
);
|
||||||
$remote_cfg .= __('Satellite server: ').$satellite_name.'</p>';
|
$remote_cfg .= $satellite_name.'</p>';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$remote_cfg = '';
|
$remote_cfg = '';
|
||||||
|
|
Loading…
Reference in New Issue