From bc6d4d50de28daa62856483552da080b65bb639d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 21 Dec 2017 11:36:36 +0100 Subject: [PATCH] api-viewer: also show the 'default' schema column Signed-off-by: Thomas Lamprecht --- api-viewer/PVEAPI.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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, -- 2.39.2