GUI: fix borders
This commit is contained in:
		| @ -5,7 +5,7 @@ Ext.define('PBS.ServerAdministration', { | ||||
|  | ||||
|     title: gettext('Server Administration'), | ||||
|  | ||||
|     border: false, | ||||
|     border: true, | ||||
|     defaults: { border: false }, | ||||
|  | ||||
|     controller: { | ||||
|  | ||||
| @ -22,7 +22,7 @@ Ext.define('PBS.Subscription', { | ||||
|  | ||||
|     title: gettext('Subscription'), | ||||
|  | ||||
|     border: false, | ||||
|     border: true, | ||||
|  | ||||
|     onlineHelp: 'getting_help', | ||||
|  | ||||
|  | ||||
| @ -5,7 +5,7 @@ Ext.define('PBS.SystemConfiguration', { | ||||
|     xtype: 'pbsSystemConfiguration', | ||||
|  | ||||
|     title: gettext('Configuration') + ': ' + gettext('System'), | ||||
|     border: false, | ||||
|     border: true, | ||||
|     scrollable: true, | ||||
|     defaults: { border: false }, | ||||
|     items: [ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user