ui: add crud for remotes

listing/adding/editing/removing

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2020-05-26 12:23:25 +02:00
committed by Dietmar Maurer
parent de4db62c57
commit 9e2a4653b4
4 changed files with 215 additions and 0 deletions

View File

@ -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',