ui: fingerprint: add icon to copy button

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-07-10 11:17:20 +02:00
parent e4ee7b7ac8
commit d257c2ecbd

View File

@ -113,6 +113,7 @@ Ext.define('PBS.Dashboard', {
buttons: [
{
xtype: 'button',
iconCls: 'fa fa-clipboard',
handler: function(b) {
var el = document.getElementById('fingerprintField');
el.select();
@ -121,7 +122,7 @@ Ext.define('PBS.Dashboard', {
text: gettext('Copy')
},
{
text: gettext("Close"),
text: gettext('Ok'),
handler: function() {
this.up('window').close();
},