change icon to ti-cloud-up

This commit is contained in:
mariano
2026-05-21 10:25:21 +02:00
parent 9ee28330ac
commit 5fac26040a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class AssetTab extends CommonDBTM
return '';
}
return self::createTabEntry(__('UrBackup', 'urbackup'), 0, null, 'ti ti-hard-drives');
return self::createTabEntry(__('UrBackup', 'urbackup'), 0, null, 'ti ti-cloud-up');
}
/**
+1 -1
View File
@@ -14,7 +14,7 @@ class Profile extends \Profile
public static function getIcon()
{
return 'ti ti-hard-drives';
return 'ti ti-cloud-up';
}
public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
+1 -1
View File
@@ -154,7 +154,7 @@ class Server extends CommonDBTM
if (self::canView()) {
$menu['title'] = self::getMenuName();
$menu['page'] = self::getSearchURL(false);
$menu['icon'] = 'ti ti-hard-drives';
$menu['icon'] = 'ti ti-cloud-up';
$menu['links']['search'] = self::getSearchURL(false);