api-viewer: also show the 'default' schema column

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2017-12-21 11:36:36 +01:00 committed by Dietmar Maurer
parent 67d59a3542
commit bc6d4d50de

View File

@ -163,7 +163,11 @@ Ext.onReady(function() {
dataIndex: 'type',
renderer: render_type,
},
{
{
header: 'Default',
dataIndex: 'default',
},
{
header: 'Format',
dataIndex: 'type',
renderer: render_format,