StringFellow commited on
Commit
9e3dac5
·
verified ·
1 Parent(s): fb887fe

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -1
index.html CHANGED
@@ -45,7 +45,9 @@
45
  <div class="table-responsive">
46
  <table class="table table-striped table-hover table-sm table-bordered border-secondary-subtle" id="dataTable">
47
  <thead class="table-light" id="tableHead" style="white-space: nowrap;"></thead>
48
- <tbody id="tableBody" style="white-space: nowrap;"></tbody>
 
 
49
  </table>
50
  </div>
51
 
 
45
  <div class="table-responsive">
46
  <table class="table table-striped table-hover table-sm table-bordered border-secondary-subtle" id="dataTable">
47
  <thead class="table-light" id="tableHead" style="white-space: nowrap;"></thead>
48
+ <tbody id="tableBody" style="white-space: nowrap;">
49
+ <tr><td colspan="17" class="text-center py-4 text-muted">Please log in to view data...</td></tr>
50
+ </tbody>
51
  </table>
52
  </div>
53