ui: token create: use clipboard icon

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-15 14:51:43 +01:00
parent 9ebe2165c3
commit d74c7e80c7

View File

@ -163,6 +163,7 @@ Ext.define('PVE.dc.TokenShow', {
document.execCommand("copy");
},
text: gettext('Copy Secret Value'),
iconCls: 'fa fa-clipboard',
},
],
});