ui: navigation: change traffic-control icon to rotated signal

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-11-20 21:43:03 +01:00
parent ac4e399a10
commit f251367c33
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Ext.define('PBS.store.NavigationStore', {
},
{
text: gettext('Traffic Control'),
iconCls: 'fa fa-exchange fa-rotate-90',
iconCls: 'fa fa-signal fa-rotate-90',
path: 'pbsTrafficControlView',
leaf: true,
},