Add table interaction buttons
This commit is contained in:
parent
838794f321
commit
6a7b3725c9
@ -28,7 +28,7 @@
|
||||
select a server
|
||||
</div>
|
||||
<div id="selectedServerContainer" class="row" style="display: none;">
|
||||
<div class="col-12 bg-body-secondary">
|
||||
<div class="col-12 bg-body-tertiary">
|
||||
<div class="px-3 py-4 d-flex justify-content-start align-items-center">
|
||||
<img src="..." alt="Selected Server Icon" class="rounded-3 selected-server-icon">
|
||||
<div class="ms-3">
|
||||
@ -38,59 +38,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 bg-body-tertiary">
|
||||
<button type="button" id="tableButton" class="btn btn-primary">See Selected</button>
|
||||
<button type="button" id="tableAddRowBtn" class="btn btn-success">Add New</button>
|
||||
<button type="button" id="tableDeleteSelectedBtn" class="btn btn-danger" disabled>Delete Selected</button>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<button type="button" id="tableButton" class="btn btn-primary">see selected</button>
|
||||
<div class="table-responsive mt-3">
|
||||
<table id="subTable" class="table table-hover">
|
||||
<thead>
|
||||
<!-- <tr>
|
||||
<th scope="col" class="text-center no-sort">
|
||||
<input type="checkbox" class="form-check-input" />
|
||||
</th> -->
|
||||
<!-- <th scope="col">Name</th>
|
||||
<th scope="col">RSS URL</th>
|
||||
<th scope="col">Channels</th>
|
||||
<th scope="col">Created</th>
|
||||
<th scope="col" class="no-sort text-center">Notes</th>
|
||||
<th scope="col" class="no-sort text-center">Active</th>
|
||||
<th scope="col" class="no-sort text-center">
|
||||
<a href="#" class="text-body">
|
||||
<i class="bi bi-plus-lg"></i>
|
||||
</a>
|
||||
</th>
|
||||
</tr> -->
|
||||
</thead>
|
||||
<tbody>
|
||||
{% comment %} <tr>
|
||||
<th scope="row" class="text-center">
|
||||
<input type="checkbox" class="form-check-input" />
|
||||
</th>
|
||||
<td>
|
||||
<a href="#" class="text-decoration-none">BBC News - Top Stories</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="http://feeds.bbci.co.uk/news/rss.xml" class="text-decoration-none">http://feeds.bbci.co.uk/news.rss</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" class="text-decoration-none">3</a>
|
||||
</td>
|
||||
<td>2024-03-14</td>
|
||||
<td class="text-center">
|
||||
<a href="#" class="text-body">
|
||||
<i class="bi bi-chat-left-text"></i>
|
||||
</a>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<input type="checkbox" class="form-check-input" />
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<a href="#" class="text-body">
|
||||
<i class="bi bi-pencil"></i>
|
||||
</a>
|
||||
</td>
|
||||
</tr> {% endcomment %}
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="subTable" class="table table-hover align-middle"></table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user