1
0
Fork 0

addded documentation

This commit is contained in:
Heiko Kernbach 2012-05-24 11:21:32 +02:00
parent 1e19664b67
commit 76b78d1727
2 changed files with 6 additions and 3 deletions

View File

@ -47,6 +47,7 @@
<button class="minimal" id="AvocSH">Shell</button>
<button class="minimal" id="Logs">Logs</button>
<button class="minimal" id="Configuration">Configuration</button>
<a href="http://www.arangodb.org/manuals/" target="_blank"><button class="minimal" id="Documentation">Documentation</button></a>
</div>
</div>
@ -396,10 +397,9 @@
/ _` | '__/ _` | '_ \ / _` |/ _ \/ __| '_ \
| (_| | | | (_| | | | | (_| | (_) \__ \ | | |
\__,_|_| \__,_|_| |_|\__, |\___/|___/_| |_|
|___/
|___/
Welcome to arangosh 0.5.1. Copyright (c) 2012 triAGENS GmbH.
</pre><br><br>
Welcome to arangosh 0.5.1. Copyright (c) 2012 triAGENS GmbH.</pre><br><br>
</div>
<form>
<input type="text" class="editBox" id="avocshContent"></input><button class="minimal" id="submitAvoc">Ok</button>

View File

@ -1268,6 +1268,9 @@ var logTable = $('#logTableID').dataTable({
if (this.id == "Configuration") {
window.location.href = "#config";
}
if (this.id == "Documentation") {
return 0;
}
if (this.id == "Query") {
window.location.href = "#query";
}