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