]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: remotes: fix remote remove buttons base url
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 May 2020 15:29:54 +0000 (17:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 May 2020 15:29:54 +0000 (17:29 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/config/RemoteView.js

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