api2/admin/datastore: accept "/" as path for root
makes more sense than sending "root'" Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
227501c063
commit
5279ee745f
@ -185,6 +185,7 @@ Ext.define("PBS.window.FileBrowser", {
|
||||
store: {
|
||||
autoLoad: false,
|
||||
model: 'pbs-file-tree',
|
||||
defaultRootId: '/',
|
||||
nodeParam: 'filepath',
|
||||
sorters: 'text',
|
||||
proxy: {
|
||||
|
Reference in New Issue
Block a user