5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-11-08 08:23:42 +03:00

build api-viewer from widget-toolkit-dev

build-depends naturally on the new proxmox-widget-toolkit-dev package

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-05-28 14:14:31 +02:00
committed by Thomas Lamprecht
parent 696ebb3c24
commit 37d44f8e21
4 changed files with 19 additions and 483 deletions

View File

@@ -10,6 +10,6 @@ use JSON;
my $tree = PVE::RESTHandler::api_dump_remove_refs(PVE::RESTHandler::api_dump('PVE::API2'));
print "var pveapi = " . to_json($tree, {pretty => 1, canonical => 1}) . ";\n\n";
print "var pmxapi = " . to_json($tree, {pretty => 1, canonical => 1}) . ";\n\n";
exit(0);