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:
committed by
Thomas Lamprecht
parent
696ebb3c24
commit
37d44f8e21
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user