modifica icone
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ class AssetTab extends CommonDBTM
|
||||
return '';
|
||||
}
|
||||
|
||||
return self::createTabEntry(__('UrBackup', 'urbackup'), 0, null, 'ti ti-cloud-upload');
|
||||
return self::createTabEntry(__('UrBackup', 'urbackup'), 0, null, 'ti ti-harddrives');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -22,6 +22,11 @@ class Config extends CommonDBTM
|
||||
{
|
||||
public static $rightname = 'config';
|
||||
|
||||
public static function getIcon()
|
||||
{
|
||||
return 'ti ti-harddrives';
|
||||
}
|
||||
|
||||
/**
|
||||
* Get type name.
|
||||
*
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ class Profile extends \Profile
|
||||
|
||||
public static function getIcon()
|
||||
{
|
||||
return 'ti ti-server';
|
||||
return 'ti ti-harddrives';
|
||||
}
|
||||
|
||||
public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
|
||||
|
||||
+1
-1
@@ -154,7 +154,7 @@ class Server extends CommonDBTM
|
||||
if (self::canView()) {
|
||||
$menu['title'] = self::getMenuName();
|
||||
$menu['page'] = self::getSearchURL(false);
|
||||
$menu['icon'] = 'ti ti-server';
|
||||
$menu['icon'] = 'ti ti-harddrives';
|
||||
|
||||
$menu['links']['search'] = self::getSearchURL(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user