ui: sys config: add icons to tabs
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5dfe3b66ab
commit
d43aca148f
|
@ -12,6 +12,7 @@ Ext.define('PBS.SystemConfiguration', {
|
|||
xtype: 'panel',
|
||||
title: gettext(' Network/Time'),
|
||||
itemId: 'network',
|
||||
iconCls: 'fa fa-exchange',
|
||||
layout: {
|
||||
type: 'vbox',
|
||||
align: 'stretch',
|
||||
|
@ -48,6 +49,7 @@ Ext.define('PBS.SystemConfiguration', {
|
|||
xtype: 'panel',
|
||||
title: gettext('Other'),
|
||||
itemId: 'other-options',
|
||||
iconCls: 'fa fa-sliders',
|
||||
layout: {
|
||||
type: 'vbox',
|
||||
align: 'stretch',
|
||||
|
|
Loading…
Reference in New Issue