ui: remotes: fix remote remove buttons base url

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-05-28 17:29:54 +02:00
parent 6bba120d14
commit 6161ac18a4

View File

@ -88,7 +88,7 @@ Ext.define('PBS.config.RemoteView', {
}, },
{ {
xtype: 'proxmoxStdRemoveButton', xtype: 'proxmoxStdRemoveButton',
baseurl: '/access/users/', baseurl: '/config/remote',
callback: 'reload', callback: 'reload',
}, },
], ],