ui: add ACL panel to datastores
by introducing a datastorepanel (a TabPanel) which holds the content and acl panel for now. to be able to handle this in the router, we have to change the logic of how to select the datastore from using the subpath to putting it into the path (and extracting it when necessary) if we need this again (e.g. possibly for remotes), we can further refactor this logic to be more generic Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
		
				
					committed by
					
						 Dietmar Maurer
						Dietmar Maurer
					
				
			
			
				
	
			
			
			
						parent
						
							ee1458b61d
						
					
				
				
					commit
					c0ac207453
				
			| @ -19,6 +19,8 @@ Ext.define('PBS.DataStoreContent', { | ||||
|  | ||||
|     rootVisible: false, | ||||
|  | ||||
|     title: gettext('Content'), | ||||
|  | ||||
|     controller: { | ||||
| 	xclass: 'Ext.app.ViewController', | ||||
|  | ||||
| @ -33,8 +35,6 @@ Ext.define('PBS.DataStoreContent', { | ||||
| 		groupField: 'backup-group', | ||||
| 	    }); | ||||
|  | ||||
| 	    view.title = gettext('Data Store Content: ') + view.datastore; | ||||
|  | ||||
| 	    Proxmox.Utils.monStoreErrors(view, view.store, true); | ||||
| 	    this.reload(); // initial load | ||||
| 	}, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user