mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-17 19:25:57 +00:00
NavigationTree.js - remove useless bordert attribute
This commit is contained in:
parent
61415efabe
commit
4af3781f81
@ -129,7 +129,6 @@ Ext.define('PMG.store.NavigationStore', {
|
|||||||
{
|
{
|
||||||
text: gettext('Statistics'),
|
text: gettext('Statistics'),
|
||||||
iconCls: 'fa fa-bar-chart',
|
iconCls: 'fa fa-bar-chart',
|
||||||
border: false,
|
|
||||||
path: 'pmgGeneralMailStatistics',
|
path: 'pmgGeneralMailStatistics',
|
||||||
expanded: true,
|
expanded: true,
|
||||||
children: [
|
children: [
|
||||||
@ -137,56 +136,48 @@ Ext.define('PMG.store.NavigationStore', {
|
|||||||
text: gettext('Spam Scores'),
|
text: gettext('Spam Scores'),
|
||||||
iconCls: 'fa fa-table',
|
iconCls: 'fa fa-table',
|
||||||
path: 'pmgSpamScoreDistribution',
|
path: 'pmgSpamScoreDistribution',
|
||||||
border: false,
|
|
||||||
leaf: true
|
leaf: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Virus Charts'),
|
text: gettext('Virus Charts'),
|
||||||
iconCls: 'fa fa-bug',
|
iconCls: 'fa fa-bug',
|
||||||
path: 'pmgVirusCharts',
|
path: 'pmgVirusCharts',
|
||||||
border: false,
|
|
||||||
leaf: true
|
leaf: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Hourly Distribution'),
|
text: gettext('Hourly Distribution'),
|
||||||
iconCls: 'fa fa-area-chart',
|
iconCls: 'fa fa-area-chart',
|
||||||
path: 'pmgHourlyMailDistribution',
|
path: 'pmgHourlyMailDistribution',
|
||||||
border: false,
|
|
||||||
leaf: true
|
leaf: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('RBL'),
|
text: gettext('RBL'),
|
||||||
iconCls: 'fa fa-line-chart',
|
iconCls: 'fa fa-line-chart',
|
||||||
path: 'pmgRBLStatistics',
|
path: 'pmgRBLStatistics',
|
||||||
border: false,
|
|
||||||
leaf: true
|
leaf: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Domain'),
|
text: gettext('Domain'),
|
||||||
iconCls: 'fa fa-table',
|
iconCls: 'fa fa-table',
|
||||||
path: 'pmgDomainStatistics',
|
path: 'pmgDomainStatistics',
|
||||||
border: false,
|
|
||||||
leaf: true
|
leaf: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Sender'),
|
text: gettext('Sender'),
|
||||||
iconCls: 'fa fa-table',
|
iconCls: 'fa fa-table',
|
||||||
path: 'pmgSenderStatistics',
|
path: 'pmgSenderStatistics',
|
||||||
border: false,
|
|
||||||
leaf: true
|
leaf: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Receiver'),
|
text: gettext('Receiver'),
|
||||||
iconCls: 'fa fa-table',
|
iconCls: 'fa fa-table',
|
||||||
path: 'pmgReceiverStatistics',
|
path: 'pmgReceiverStatistics',
|
||||||
border: false,
|
|
||||||
leaf: true
|
leaf: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Contact'),
|
text: gettext('Contact'),
|
||||||
iconCls: 'fa fa-table',
|
iconCls: 'fa fa-table',
|
||||||
path: 'pmgContactStatistics',
|
path: 'pmgContactStatistics',
|
||||||
border: false,
|
|
||||||
leaf: true
|
leaf: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user