[pve-devel] [PATCH docs 1/2] api-viewer: also show the 'default' schema column

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Dec 21 11:36:36 CET 2017


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 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.11.0





More information about the pve-devel mailing list