Fix agent view satellite name visual

This commit is contained in:
Calvo 2022-06-17 10:09:37 +02:00
parent 5e33df93ac
commit 5ce0ebb72a
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ if ($has_remote_conf) {
true,
['class' => 'invert_filter']
);
$remote_cfg .= __('Satellite server: ').$satellite_name.'</p>';
$remote_cfg .= $satellite_name.'</p>';
}
} else {
$remote_cfg = '';