From 9d28974c276d3534970a6a9a7c2e41cfd839fd62 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 21 Feb 2021 08:55:16 +0100 Subject: [PATCH] adopt PVEAPI.js for PBS, rename to PBSAPI.js --- docs/api-viewer/{PVEAPI.js => PBSAPI.js} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename docs/api-viewer/{PVEAPI.js => PBSAPI.js} (98%) diff --git a/docs/api-viewer/PVEAPI.js b/docs/api-viewer/PBSAPI.js similarity index 98% rename from docs/api-viewer/PVEAPI.js rename to docs/api-viewer/PBSAPI.js index 53bc36c4..40403308 100644 --- a/docs/api-viewer/PVEAPI.js +++ b/docs/api-viewer/PBSAPI.js @@ -32,7 +32,7 @@ Ext.onReady(function() { }), proxy: { type: 'memory', - data: pveapi + data: pbsapi }, sorters: [{ property: 'leaf', @@ -127,7 +127,8 @@ Ext.onReady(function() { var usage = ""; usage += ""; - usage += "
HTTP:   " + method + " /api2/json" + data.path + "
 
CLI:pvesh " + clicmdhash[method] + " " + data.path + "
"; + + //usage += "CLI:pvesh " + clicmdhash[method] + " " + data.path + ""; var sections = [ { -- 2.39.2