buttons per tab
This commit is contained in:
parent
9d6fe850ca
commit
e1dbbd4be7
@ -52,13 +52,20 @@
|
||||
</ul>
|
||||
<div class="tab-pane-buttons">
|
||||
<div class="tab-pane-buttons-item" data-tab="subscriptionsTab">
|
||||
<button type="button" id="tableAddRowBtn" class="btn btn-primary me-3">
|
||||
<button type="button" id="addSubscriptionBtn" class="btn btn-primary me-2">
|
||||
<i class="bi bi-plus-lg"></i>
|
||||
</button>
|
||||
<button type="button" id="tableDeleteSelectedBtn" class="btn btn-danger" disabled>
|
||||
<button type="button" id="deleteSelectedSubscriptionsBtn" class="btn btn-danger" disabled>
|
||||
<i class="bi bi-trash3"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="tab-pane-buttons-item" data-tab="filtersTab">
|
||||
<button type="button" id="addFilterBtn" class="btn btn-primary me-2">
|
||||
<i class="bi bi-plus-lg"></i>
|
||||
</button>
|
||||
<button type="button" id="deleteSelectedFiltersBtn" class="btn btn-danger">
|
||||
<i class="bi bi-trash3"></i>
|
||||
</button>
|
||||
<!-- <button type="button" id="tableButton" class="btn btn-outline-primary">See Selected</button> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -89,6 +96,7 @@
|
||||
</div>
|
||||
{% include "home/includes/servermodal.html" %}
|
||||
{% include "home/includes/submodal.html" %}
|
||||
{% include "home/includes/filtermodal.html" %}
|
||||
{% endblock content %}
|
||||
|
||||
{% block javascript %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user