ui: datastore: use pointer cursor for edit notes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b4fb262335
commit
01f37e01c3
@ -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>`;
|
||||
|
Loading…
Reference in New Issue
Block a user