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
@@ -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)