Skip to content

Commit

Permalink
release v0.0.13 - minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris committed Nov 16, 2020
1 parent 381323e commit 2b3b652
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ <h5 class="card-header">Nodes</h5>
<h1 class="my-4">Snapshots list
<small id="selectedsnap"></small>
</h1>
<small class="text-monospace">Attention! The <strong>SNAPSHOT-2020.05.06</strong> contains the index for the <strong>previous</strong> day.</small>

<div class="d-flex align-items-center invisible" id="loading"><strong>Loading...</strong><div class="spinner-border ml-auto" role="status" aria-hidden="true"></div></div>
<ul class="list-unstyled mb-0 overflow-auto" style="max-height: 800px;" id="snapshotlist"> </ul>
Expand All @@ -74,6 +75,9 @@ <h5 class="card-header">Restored indices</h5>
<div class="card-body">
<ul class="list-unstyled list-group mb-0" id="indlist"> </ul>
</div>
<div class="card-footer bg-warning">
<small class="text-monospace">Attention! The <strong>extracted_*</strong> indices will be deleted 48 hours after they were created.</small>
</div>
</div>
</div>
<!-- /.row -->
Expand Down Expand Up @@ -302,7 +306,7 @@ <h5 class="modal-title" id="exampleModalLabel">X-tract indices from snapshot</h5
restore_button = "";
}

str += "<li><h4 class='font-weight-bold list-group-item list-group-item-action' title='"+status+"'>"+icon+" <strong>" + snapshot + "</strong> created at " + hdate + restore_button +"</h4></li>";
str += "<li><h5 class='font-weight-bold list-group-item list-group-item-action' title='"+status+"'>"+icon+" <strong>" + snapshot + "</strong> created at " + hdate + restore_button +"</h5></li>";
}

$("#loading").addClass('invisible');
Expand Down
Loading

0 comments on commit 2b3b652

Please sign in to comment.