|
175 | 175 | <tr>
|
176 | 176 | <td class="rounded-bottom-right-1 rounded-bottom-left-1 bg-primary ps-3" colspan="12">
|
177 | 177 | <div style="float:right;">
|
178 |
| - <button id="check-all-btn" class="hide-mobile dt-button buttons-collection buttons-colvis" tabindex="0" aria-controls="container-table" type="button"><input type="checkbox" class="form-check-input" onclick="toggleAllContainers()" id="containers-toggle-all"></button> |
| 178 | + <button id="check-all-btn" class="dt-button mt-2 buttons-collection" tabindex="0" aria-controls="container-table" type="button"><input type="checkbox" class="form-check-input" onclick="toggleAllContainers()" id="containers-toggle-all"></button> |
179 | 179 | <button id="group-restore-btn" style="display:none;" class="dt-button buttons-collection" tabindex="0" aria-controls="container-table" type="button" onclick="restoreContainerGroups()">Restore groups</button>
|
180 |
| - <button id="container-groups-btn" class="hide-mobile dt-button buttons-collection buttons-colvis" tabindex="0" aria-controls="container-table" type="button" onclick="openContainerGroups()">Groups</button> |
181 |
| - <button id="container-updates-btn" class="hide-mobile dt-button buttons-collection buttons-colvis" tabindex="0" aria-controls="container-table" type="button" onclick="openUpdateOptions()">Updates</button> |
| 180 | + <button id="container-groups-btn" class="dt-button mt-2 buttons-collection" tabindex="0" aria-controls="container-table" type="button" onclick="openContainerGroups()">Groups</button> |
| 181 | + <button id="container-updates-btn" class="dt-button mt-2 buttons-collection" tabindex="0" aria-controls="container-table" type="button" onclick="openUpdateOptions()">Updates</button> |
182 | 182 | </div>
|
183 | 183 | </td>
|
184 | 184 | </tr>
|
|
772 | 772 |
|
773 | 773 | ?>
|
774 | 774 | <div class="bg-secondary rounded h-100 p-4">
|
775 |
| - <div class="table-responsive"> |
776 |
| - <table class="table table-sm"> |
777 |
| - <tr> |
778 |
| - <td class="bg-secondary">Group</td> |
779 |
| - <td class="bg-secondary"> |
| 775 | + <div class="row mb-2"> |
| 776 | + <div class="col-sm-12 col-lg-6"> |
| 777 | + <div class="row"> |
| 778 | + <div class="col-sm-6 col-lg-2">Group</div> |
| 779 | + <div class="col-sm-6 col-lg-10"> |
780 | 780 | <select class="form-select" id="groupSelection" onchange="loadContainerGroup()">
|
781 | 781 | <option value="0">New Group</option>
|
782 | 782 | <?php
|
|
787 | 787 | }
|
788 | 788 | ?>
|
789 | 789 | </select>
|
790 |
| - </td> |
791 |
| - <td class="bg-secondary">Name: <input id="groupName" type="text" class="form-control w-75 d-inline-block" placeholder="Group Name Here"></td> |
792 |
| - <td class="bg-secondary" style="display: none;" id="deleteGroupContainer">Delete: <input id="groupDelete" type="checkbox" class="form-check-input"></td> |
793 |
| - </tr> |
794 |
| - </table> |
| 790 | + </div> |
| 791 | + </div> |
| 792 | + </div> |
| 793 | + <div class="col-sm-12 col-lg-6"> |
| 794 | + <div class="row"> |
| 795 | + <div class="col-sm-6 col-lg-2">Name</div> |
| 796 | + <div class="col-sm-6 col-lg-10"><input id="groupName" type="text" class="form-control w-75 d-inline-block" placeholder="Group Name Here"></div> |
| 797 | + </div> |
| 798 | + </div> |
| 799 | + <div class="col-sm-12 mt-2" id="deleteGroupContainer" style="display:none;"> |
| 800 | + <span class="text-danger pe-2">Delete</span> <input id="groupDelete" type="checkbox" class="form-check-input"> |
| 801 | + </div> |
| 802 | + </div> |
| 803 | + <div class="table-responsive"> |
795 | 804 | <table class="table table-sm">
|
796 | 805 | <thead>
|
797 | 806 | <tr>
|
|
1005 | 1014 | </table>
|
1006 | 1015 | </div>
|
1007 | 1016 | <div class="row">
|
1008 |
| - <div class="col-sm-12 col-lg-4 text-end"> |
| 1017 | + <div class="col-sm-12 col-lg-4 text-end mb-2 mt-2"> |
1009 | 1018 | <select id="container-update-all" class="form-select d-inline-block w-75">
|
1010 | 1019 | <option value="-1">-- Select Option --</option>
|
1011 | 1020 | <option value="0">Ignore</option>
|
|
1015 | 1024 | <i class="fas fa-angle-up ms-1 me-1" style="cursor: pointer;" onclick="massChangeContainerUpdates(1)" title="Apply to selected containers"></i>
|
1016 | 1025 | <i class="fas fa-angle-double-up" style="cursor: pointer;" onclick="massChangeContainerUpdates(2)" title="Apply to all containers"></i>
|
1017 | 1026 | </div>
|
1018 |
| - <div class="col-sm-12 col-lg-4 text-end"> |
| 1027 | + <div class="col-sm-12 col-lg-4 text-end mb-2 mt-2"> |
1019 | 1028 | <input id="container-frequency-all" type="text" class="form-control d-inline-block w-75" onclick="frequencyCronEditor(this.value, 'all', 'all')" value="<?= DEFAULT_CRON ?>" readonly>
|
1020 | 1029 | <i class="fas fa-angle-up ms-1 me-1" style="cursor: pointer;" onclick="massChangeFrequency(1)" title="Apply to selected containers"></i>
|
1021 | 1030 | <i class="fas fa-angle-double-up" style="cursor: pointer;" onclick="massChangeFrequency(2)" title="Apply to all containers"></i>
|
1022 | 1031 | </div>
|
1023 |
| - <div class="col-sm-12 col-lg-4 text-end"> |
| 1032 | + <div class="col-sm-12 col-lg-4 text-end mb-2 mt-2"> |
1024 | 1033 | <input id="container-update-minage-all" type="number" class="form-control d-inline-block w-75" value="0">
|
1025 | 1034 | <i class="fas fa-angle-up ms-1 me-1" style="cursor: pointer;" onclick="massChangeMinAge(1)" title="Apply to selected containers"></i>
|
1026 | 1035 | <i class="fas fa-angle-double-up" style="cursor: pointer;" onclick="massChangeMinAge(2)" title="Apply to all containers"></i>
|
|
0 commit comments