mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-22 00:47:33 +00:00
node/APT: whitespace cleanup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6895e13f39
commit
f12e1aba6e
@ -114,7 +114,7 @@ Ext.define('Proxmox.node.APT', {
|
|||||||
|
|
||||||
var update_btn = new Ext.Button({
|
var update_btn = new Ext.Button({
|
||||||
text: gettext('Refresh'),
|
text: gettext('Refresh'),
|
||||||
handler: function(){
|
handler: function() {
|
||||||
Proxmox.Utils.checked_command(function() { apt_command('update'); });
|
Proxmox.Utils.checked_command(function() { apt_command('update'); });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user