mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
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…
x
Reference in New Issue
Block a user