change icon to ti-cloud-up
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ class AssetTab extends CommonDBTM
|
|||||||
return '';
|
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
@@ -14,7 +14,7 @@ class Profile extends \Profile
|
|||||||
|
|
||||||
public static function getIcon()
|
public static function getIcon()
|
||||||
{
|
{
|
||||||
return 'ti ti-hard-drives';
|
return 'ti ti-cloud-up';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
|
public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
|
||||||
|
|||||||
+1
-1
@@ -154,7 +154,7 @@ class Server extends CommonDBTM
|
|||||||
if (self::canView()) {
|
if (self::canView()) {
|
||||||
$menu['title'] = self::getMenuName();
|
$menu['title'] = self::getMenuName();
|
||||||
$menu['page'] = self::getSearchURL(false);
|
$menu['page'] = self::getSearchURL(false);
|
||||||
$menu['icon'] = 'ti ti-hard-drives';
|
$menu['icon'] = 'ti ti-cloud-up';
|
||||||
|
|
||||||
$menu['links']['search'] = self::getSearchURL(false);
|
$menu['links']['search'] = self::getSearchURL(false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user