mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 07:08:22 +00:00
api-viewer: also show the 'default' schema column
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
67d59a3542
commit
bc6d4d50de
@ -163,7 +163,11 @@ Ext.onReady(function() {
|
||||
dataIndex: 'type',
|
||||
renderer: render_type,
|
||||
},
|
||||
{
|
||||
{
|
||||
header: 'Default',
|
||||
dataIndex: 'default',
|
||||
},
|
||||
{
|
||||
header: 'Format',
|
||||
dataIndex: 'type',
|
||||
renderer: render_format,
|
||||
|
Loading…
Reference in New Issue
Block a user