mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 19:57:33 +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,6 +163,10 @@ Ext.onReady(function() {
|
|||||||
dataIndex: 'type',
|
dataIndex: 'type',
|
||||||
renderer: render_type,
|
renderer: render_type,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
header: 'Default',
|
||||||
|
dataIndex: 'default',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
header: 'Format',
|
header: 'Format',
|
||||||
dataIndex: 'type',
|
dataIndex: 'type',
|
||||||
|
Loading…
Reference in New Issue
Block a user