From: Niclas Berglind Date: Fri, 12 Sep 2014 17:06:45 +0000 (+0200) Subject: Changed some icons to match OMV library. X-Git-Url: http://git.datanom.net/omvzfs.git/commitdiff_plain/18516c1e7e639e1722aabfd2080dcbb67ac97c9a Changed some icons to match OMV library. Signed-off-by: Niclas Berglind --- diff --git a/gui/js/omv/module/admin/storage/zfs/Overview.js b/gui/js/omv/module/admin/storage/zfs/Overview.js index 832b5e0..6c7da08 100644 --- a/gui/js/omv/module/admin/storage/zfs/Overview.js +++ b/gui/js/omv/module/admin/storage/zfs/Overview.js @@ -557,7 +557,7 @@ Ext.define("OMV.module.admin.storage.zfs.Overview", { xtype: 'actioncolumn', tooltip: 'Details', align: 'center', - icon: 'images/zfs_mag.png' + icon: 'images/search.png' },{ text: _("Shared"), dataIndex: 'shared', diff --git a/images/zfs_disk.png b/images/zfs_disk.png deleted file mode 100644 index cf69142..0000000 Binary files a/images/zfs_disk.png and /dev/null differ diff --git a/images/zfs_mag.png b/images/zfs_mag.png deleted file mode 100644 index 32e7eea..0000000 Binary files a/images/zfs_mag.png and /dev/null differ diff --git a/images/zfs_snap.png b/images/zfs_snap.png index 8d5fcac..0ecbe09 100644 Binary files a/images/zfs_snap.png and b/images/zfs_snap.png differ diff --git a/src/Utils.php b/src/Utils.php index 8dba1fe..f00b6d1 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -144,7 +144,7 @@ class OMVModuleZFSUtil { 'parentid'=>$prefix . $root . "/" . $result[1], 'name'=>$result[2], 'type'=>ucfirst($type), - 'icon'=>"images/zfs_disk.png", + 'icon'=>"images/save.png", 'path'=>$path, 'expanded'=>$expanded); array_push($objects,$tmp);