]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
Fix #582: Add delay to button
authorDominic Jäger <d.jaeger@proxmox.com>
Mon, 15 Jul 2019 10:28:19 +0000 (12:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Jul 2019 11:20:12 +0000 (13:20 +0200)
commit2280ae09a947cf50e13035d38efb857bbd4863be
tree1d716c0d3c3f4ebe139ef6f8378169864121603f
parent1ccb53ecdbd69a0e4c57a6d861da1918d3625e08
Fix #582: Add delay to button

The StdRemoveButton can now pass a delay parameter to the API.
It is set undefined as default so that users of the button
can set the parameter themselves.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
button/Button.js