]> git.proxmox.com Git - proxmox-backup.git/commitdiff
NavigationTree.js: use other iconCls for datastores
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 21 Dec 2019 08:15:57 +0000 (09:15 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 22 Dec 2019 08:56:21 +0000 (09:56 +0100)
www/NavigationTree.js

index e43efb1d6c1174f359bc718f158de5a14a665418..e1004cada7b02ecc24b49a40829884dcebfbeb36 100644 (file)
@@ -87,7 +87,7 @@ Ext.define('PBS.view.main.NavigationTree', {
                    list.appendChild({
                        text: name,
                        path: 'pbsDataStoreContent:' + name,
-                       iconCls: 'fa fa-hdd-o',
+                       iconCls: 'fa fa-database',
                        leaf: true
                    });
                }