mirror of https://gitee.com/bigwinds/arangodb
Frontend: Removed the ugly bar below the swagger documentation
This commit is contained in:
parent
064d93f822
commit
26a9e5527b
|
@ -382,7 +382,10 @@ function program1(depth0,data) {
|
||||||
return buffer;
|
return buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
buffer += "\n<div class='container' id='resources_container'>\n <ul id='resources'>\n </ul>\n\n <div class=\"footer\">\n <br>\n <br>\n <h4 style=\"color: #999\">[ <span style=\"font-variant: small-caps\">base url</span>: ";
|
buffer += "\n<div class='container' id='resources_container'>\n <ul id='resources'>\n </ul>";
|
||||||
|
return buffer;
|
||||||
|
/* Old Version from swagger.
|
||||||
|
buffer += "\n\n <div class=\"footer\">\n <br>\n <br>\n <h4 style=\"color: #999\">[ <span style=\"font-variant: small-caps\">base url</span>: ";
|
||||||
if (stack1 = helpers.basePath) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
|
if (stack1 = helpers.basePath) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
|
||||||
else { stack1 = depth0.basePath; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
|
else { stack1 = depth0.basePath; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
|
||||||
buffer += escapeExpression(stack1)
|
buffer += escapeExpression(stack1)
|
||||||
|
@ -391,6 +394,7 @@ function program1(depth0,data) {
|
||||||
if(stack1 || stack1 === 0) { buffer += stack1; }
|
if(stack1 || stack1 === 0) { buffer += stack1; }
|
||||||
buffer += "]</h4>\n </div>\n</div>\n";
|
buffer += "]</h4>\n </div>\n</div>\n";
|
||||||
return buffer;
|
return buffer;
|
||||||
|
*/
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue