Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed Sep 29, 2023
2 parents 1b6759b + 0f7ac3b commit 3f463c1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions server/src/main/resources/static/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@
</div>
</div>

<div class="row">
<div class="col-1">
GET
</div>
<div class="col-4">
<pre>/api/v1/databases</pre>
</div>
<div class="col-7">
<a class="link" href="https://docs.arcadedb.com/#HTTP-ListDatabases">List databases</a>
</div>
</div>

<div class="row">
<div class="col-1">
GET
Expand Down
5 changes: 5 additions & 0 deletions server/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ <h3>
<center><i class="fa fa-info-circle"></i></center>
</h3>
</a></li>
<li class="nav-item"><a href="javascript:globalConfirm('Log Out','Are you sure you want to log out?','warning',function(){window.location.href=window.location.href})" class="vertical-tab nav-link" id="logout-sel">
<h3>
<center><i class="fa fa-power-off"></i></center>
</h3>
</a></li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/static/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="tab-content">
<div class="tab-pane fade show active" id="tab-server-summary" role="tabpanel">
<div class="row">
<b>Operative System</b>
<b>Operating System</b>
</div>
<div class="row">
<div class="col-4">
Expand Down

0 comments on commit 3f463c1

Please sign in to comment.