workspace: set title to header for aria

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-04 18:19:52 +02:00
parent 788588cb86
commit a3696e93f7

View File

@ -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',