ui: add crud for remotes
listing/adding/editing/removing Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
de4db62c57
commit
9e2a4653b4
@ -30,6 +30,12 @@ Ext.define('PBS.store.NavigationStore', {
|
||||
path: 'pbsACLView',
|
||||
leaf: true
|
||||
},
|
||||
{
|
||||
text: gettext('Remotes'),
|
||||
iconCls: 'fa fa-server',
|
||||
path: 'pbsRemoteView',
|
||||
leaf: true,
|
||||
},
|
||||
{
|
||||
text: gettext('Data Store'),
|
||||
iconCls: 'fa fa-archive',
|
||||
|
Reference in New Issue
Block a user