mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 03:08:55 +00:00
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:
parent
24a182b775
commit
9e3e431034
@ -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',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user