ui: add APT repositories
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
289738dc1a
commit
0dda5a6695
|
@ -53,6 +53,14 @@ Ext.define('PBS.ServerAdministration', {
|
||||||
itemId: 'updates',
|
itemId: 'updates',
|
||||||
nodename: 'localhost',
|
nodename: 'localhost',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
xtype: 'proxmoxNodeAPTRepositories',
|
||||||
|
title: gettext('Repositories'),
|
||||||
|
iconCls: 'fa fa-files-o',
|
||||||
|
itemId: 'aptrepositories',
|
||||||
|
nodename: 'localhost',
|
||||||
|
product: 'Proxmox Backup Server',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxJournalView',
|
xtype: 'proxmoxJournalView',
|
||||||
itemId: 'logs',
|
itemId: 'logs',
|
||||||
|
|
Loading…
Reference in New Issue