mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-11-18 16:23:44 +03:00
api-viewer: also show the 'default' schema column
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
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,
|
||||
|
||||
Reference in New Issue
Block a user