mirror of https://gitee.com/bigwinds/arangodb
The swagger JSON file is now opened in a new tab/window by default
This commit is contained in:
parent
5d020b7ab7
commit
c3f35a5a37
|
@ -106,7 +106,7 @@
|
||||||
list.push(modView.createReadOnlyEntry(
|
list.push(modView.createReadOnlyEntry(
|
||||||
"id_documentationJsonUrl",
|
"id_documentationJsonUrl",
|
||||||
"API docs",
|
"API docs",
|
||||||
"<a href=\"" + link + "\">Link to JSON</a>"
|
"<a href=\"" + link + "\" target=\"_blank\">JSON-file for Swagger</a>"
|
||||||
));
|
));
|
||||||
if (editable) {
|
if (editable) {
|
||||||
list.push(modView.createTextEntry(
|
list.push(modView.createTextEntry(
|
||||||
|
|
Loading…
Reference in New Issue