#12204 Fix force check icon

This commit is contained in:
miguel angel rasteu 2023-10-10 16:50:42 +02:00
parent b2019fad9a
commit 3a2b56cc4c
1 changed files with 3 additions and 0 deletions

View File

@ -1354,10 +1354,12 @@ if (check_login()) {
$additionalLinkAction = '&flag=1';
$linkCaption = __('Force checks');
$imgaction = 'images/force@svg.svg';
$visibility = '';
} else {
$additionalLinkAction = '';
$linkCaption = __('Refresh');
$imgaction = 'images/go-back@svg.svg';
$visibility = 'visibility: initial;';
}
$moduleActionButtons[] = html_print_anchor(
@ -1369,6 +1371,7 @@ if (check_login()) {
[
'title' => __('Force remote check'),
'class' => 'main_menu_icon forced_title',
'style' => $visibility,
]
),
],