mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 11:27:59 +00:00
whitespace cleanup
Signed-off-by: Tim Marx <t.marx@proxmox.com>
This commit is contained in:
parent
8c0f75259d
commit
87ec83f4b8
@ -196,21 +196,21 @@ Ext.onReady(function() {
|
|||||||
if (!rtype)
|
if (!rtype)
|
||||||
rtype = 'object';
|
rtype = 'object';
|
||||||
|
|
||||||
var returnhtml;
|
var returnhtml;
|
||||||
if (retinf.items) {
|
if (retinf.items) {
|
||||||
returnhtml = '<pre>items: ' + Ext.htmlEncode(JSON.stringify(retinf.items, null, 4)) + '</pre>';
|
returnhtml = '<pre>items: ' + Ext.htmlEncode(JSON.stringify(retinf.items, null, 4)) + '</pre>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (retinf.properties) {
|
if (retinf.properties) {
|
||||||
returnhtml = returnhtml || '';
|
returnhtml = returnhtml || '';
|
||||||
returnhtml += '<pre>properties:' + Ext.htmlEncode(JSON.stringify(retinf.properties, null, 4)) + '</pre>';
|
returnhtml += '<pre>properties:' + Ext.htmlEncode(JSON.stringify(retinf.properties, null, 4)) + '</pre>';
|
||||||
}
|
}
|
||||||
|
|
||||||
sections.push({
|
sections.push({
|
||||||
title: 'Returns: ' + rtype,
|
title: 'Returns: ' + rtype,
|
||||||
bodyPadding: 10,
|
bodyPadding: 10,
|
||||||
html: returnhtml
|
html: returnhtml
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
var permhtml = '';
|
var permhtml = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user