mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-06 07:58:23 +00:00
show user black/whitelist in tree
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
7d51f9ff94
commit
f2a235e3d1
@ -100,6 +100,18 @@ Ext.define('PMG.store.NavigationStore', {
|
||||
path: 'pmgSpamQuarantine',
|
||||
leaf: true,
|
||||
},
|
||||
{
|
||||
text: gettext('User Whitelist'),
|
||||
iconCls: 'fa fa-file-o',
|
||||
path: 'pmgUserWhitelist',
|
||||
leaf: true,
|
||||
},
|
||||
{
|
||||
text: gettext('User Blacklist'),
|
||||
iconCls: 'fa fa-file',
|
||||
path: 'pmgUserBlacklist',
|
||||
leaf: true,
|
||||
},
|
||||
{
|
||||
text: gettext('Tracking Center'),
|
||||
iconCls: 'fa fa-map-o',
|
||||
|
Loading…
Reference in New Issue
Block a user