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',
|
xtype: 'panel',
|
||||||
title: gettext(' Network/Time'),
|
title: gettext(' Network/Time'),
|
||||||
itemId: 'network',
|
itemId: 'network',
|
||||||
|
iconCls: 'fa fa-exchange',
|
||||||
layout: {
|
layout: {
|
||||||
type: 'vbox',
|
type: 'vbox',
|
||||||
align: 'stretch',
|
align: 'stretch',
|
||||||
|
@ -48,6 +49,7 @@ Ext.define('PBS.SystemConfiguration', {
|
||||||
xtype: 'panel',
|
xtype: 'panel',
|
||||||
title: gettext('Other'),
|
title: gettext('Other'),
|
||||||
itemId: 'other-options',
|
itemId: 'other-options',
|
||||||
|
iconCls: 'fa fa-sliders',
|
||||||
layout: {
|
layout: {
|
||||||
type: 'vbox',
|
type: 'vbox',
|
||||||
align: 'stretch',
|
align: 'stretch',
|
||||||
|
|
Loading…
Reference in New Issue