workspace: set title to header for aria
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
788588cb86
commit
a3696e93f7
@ -305,6 +305,8 @@ Ext.define('PVE.StdWorkspace', {
|
||||
items: [
|
||||
{
|
||||
region: 'north',
|
||||
title: gettext('Header'), // for ARIA
|
||||
header: false, // avoid rendering the title
|
||||
layout: {
|
||||
type: 'hbox',
|
||||
align: 'middle',
|
||||
|
Loading…
Reference in New Issue
Block a user