ui: remotes: fix remote remove buttons base url
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6bba120d14
commit
6161ac18a4
@ -88,7 +88,7 @@ Ext.define('PBS.config.RemoteView', {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxStdRemoveButton',
|
xtype: 'proxmoxStdRemoveButton',
|
||||||
baseurl: '/access/users/',
|
baseurl: '/config/remote',
|
||||||
callback: 'reload',
|
callback: 'reload',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user