mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 08:44:10 +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',
|
extend: 'Ext.panel.Panel',
|
||||||
alias: 'widget.pveACMEClusterView',
|
alias: 'widget.pveACMEClusterView',
|
||||||
|
|
||||||
stateful: true,
|
onlineHelp: 'sysadmin_certificate_management',
|
||||||
stateId: 'grid-acme',
|
|
||||||
|
|
||||||
layout: 'border',
|
|
||||||
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
region: 'west',
|
region: 'north',
|
||||||
width: '25%',
|
|
||||||
border: false,
|
border: false,
|
||||||
split: true,
|
|
||||||
xtype: 'pveACMEAccountView',
|
xtype: 'pveACMEAccountView',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user