mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-05-29 16:11:12 +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
2729e8b87b
commit
92a42334cd
@ -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