9555-Subservice remove href

This commit is contained in:
Pablo Aragon 2023-04-25 16:40:06 +02:00
parent d998610d66
commit abf5e027c5
1 changed files with 3 additions and 3 deletions

View File

@ -296,7 +296,8 @@ class Services
);
}
$name = '<a href="'.$url.'">';
// $name = '<a target="_blank" href="'.$url.'">';
$name = '';
if (((bool) $item->service()->disabled()) === true) {
$disabled_element = true;
if (is_metaconsole() === true) {
@ -313,8 +314,7 @@ class Services
}
$name .= $item->service()->name();
$name .= '</a>';
// $name .= '</a>';
if (((bool) $item->service()->disabled()) === true) {
$name .= ui_print_help_tip(
__('This element does not affect service weigth because is disabled.'),