From: Thomas Lamprecht Date: Thu, 21 Dec 2017 10:36:36 +0000 (+0100) Subject: api-viewer: also show the 'default' schema column X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=bc6d4d50de28daa62856483552da080b65bb639d api-viewer: also show the 'default' schema column Signed-off-by: Thomas Lamprecht --- diff --git a/api-viewer/PVEAPI.js b/api-viewer/PVEAPI.js index 081c6b9..5d774e9 100644 --- a/api-viewer/PVEAPI.js +++ b/api-viewer/PVEAPI.js @@ -163,7 +163,11 @@ Ext.onReady(function() { dataIndex: 'type', renderer: render_type, }, - { + { + header: 'Default', + dataIndex: 'default', + }, + { header: 'Format', dataIndex: 'type', renderer: render_format,