From 5fac26040ad9b1ea1c4ac755768f6351fd3aa0f8 Mon Sep 17 00:00:00 2001 From: mariano Date: Thu, 21 May 2026 10:25:21 +0200 Subject: [PATCH] change icon to ti-cloud-up --- src/AssetTab.php | 2 +- src/Profile.php | 2 +- src/Server.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AssetTab.php b/src/AssetTab.php index f19e658..85734bd 100644 --- a/src/AssetTab.php +++ b/src/AssetTab.php @@ -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'); } /** diff --git a/src/Profile.php b/src/Profile.php index 6f51f3d..d1700be 100644 --- a/src/Profile.php +++ b/src/Profile.php @@ -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) diff --git a/src/Server.php b/src/Server.php index 0459773..f6c2bac 100644 --- a/src/Server.php +++ b/src/Server.php @@ -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);