]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: datastore: use pointer cursor for edit notes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Oct 2020 09:45:37 +0000 (10:45 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Oct 2020 09:45:37 +0000 (10:45 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/DataStoreContent.js

index 9da18845d5b7c632546d32be9f1da1c74c794d1c..db912a8366de4fa75c8f29a8e4a5efd9640c9420 100644 (file)
@@ -542,7 +542,7 @@ Ext.define('PBS.DataStoreContent', {
                    v = '';
                }
                v = Ext.String.htmlEncode(v);
-               let icon = 'fa fa-fw fa-pencil';
+               let icon = 'fa fa-fw fa-pencil pointer';
 
                return `<span class="snapshot-comment-column">${v}</span>
                    <i data-qtip="${gettext('Edit')}" style="float: right;" class="${icon}"></i>`;