ui: fingerprint: add icon to copy button
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e4ee7b7ac8
commit
d257c2ecbd
@ -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();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user