ui: acme view: do north-center layout, add online help reference

fit's more the style used in PVE, where west-center layouts are
normally just used if there's some data relation between west and
center.

Make it more similar to panels like the HA overview, CephFS, ...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-05-05 19:25:51 +02:00
parent 24a182b775
commit 9e3e431034

View File

@ -184,17 +184,12 @@ Ext.define('PVE.dc.ACMEClusterView', {
extend: 'Ext.panel.Panel',
alias: 'widget.pveACMEClusterView',
stateful: true,
stateId: 'grid-acme',
layout: 'border',
onlineHelp: 'sysadmin_certificate_management',
items: [
{
region: 'west',
width: '25%',
region: 'north',
border: false,
split: true,
xtype: 'pveACMEAccountView',
},
{