|
1636 | 1636 | </span>
|
1637 | 1637 | </div>
|
1638 | 1638 |
|
1639 |
| - <div align="center" id="correctionsPriorityList"> |
1640 |
| - <div style="margin-top:5px;" class="form-group row"> |
1641 |
| - <button type="button" class="btn btn-primary box-margin20" id="corrPrioButton0">0</button> |
1642 |
| - </div> |
1643 |
| - <div style="margin-top:5px;" class="form-group row"> |
1644 |
| - <button type="button" class="btn btn-primary box-margin20" id="corrPrioButton1">1</button> |
1645 |
| - </div> |
1646 |
| - <div style="margin-top:5px;" class="form-group row"> |
1647 |
| - <button type="button" class="btn btn-primary box-margin20" id="corrPrioButton2">2</button> |
1648 |
| - </div> |
1649 |
| - <div style="margin-top:5px;" class="form-group row"> |
1650 |
| - <button type="button" class="btn btn-primary box-margin20" id="corrPrioButton3">3</button> |
1651 |
| - </div> |
1652 |
| - <div style="margin-top:5px;" class="form-group row"> |
1653 |
| - <button type="button" class="btn btn-primary box-margin20" id="corrPrioButton4">4</button> |
1654 |
| - </div> |
1655 |
| - <div style="margin-top:5px;" class="form-group row"> |
1656 |
| - <button type="button" class="btn btn-primary box-margin20" id="corrPrioButton5">5</button> |
1657 |
| - </div> |
1658 |
| - <div style="margin-top:5px;" class="form-group row"> |
1659 |
| - <button type="button" class="btn btn-primary box-margin20" id="corrPrioButton6">6</button> |
1660 |
| - </div> |
1661 |
| - </div> |
1662 |
| - |
1663 |
| - <div class="form-group row"> |
1664 |
| - <p id="collapseCorrectionsPriorityConfigError" class="inlineError"></p> |
1665 |
| - </div> |
1666 |
| - |
1667 |
| - <div style="margin-top:30px;" class="form-group row"> |
1668 |
| - <button type="button" id="correctionsPriorityDefaults" class="btn btn-primary btn-block" |
| 1639 | + <div class="d-grid gap-2 col-6 mx-auto mt-2" id="correctionsPriorityList"> |
| 1640 | + <button type="button" class="btn btn-primary" id="corrPrioButton0">0</button> |
| 1641 | + <button type="button" class="btn btn-primary" id="corrPrioButton1">1</button> |
| 1642 | + <button type="button" class="btn btn-primary" id="corrPrioButton2">2</button> |
| 1643 | + <button type="button" class="btn btn-primary" id="corrPrioButton3">3</button> |
| 1644 | + <button type="button" class="btn btn-primary" id="corrPrioButton4">4</button> |
| 1645 | + <button type="button" class="btn btn-primary" id="corrPrioButton5">5</button> |
| 1646 | + <button type="button" class="btn btn-primary" id="corrPrioButton6">6</button> |
| 1647 | + </div> |
| 1648 | + |
| 1649 | + <div class="d-grid gap-2 col-6 mx-auto mt-2"> |
| 1650 | + <button type="button" id="correctionsPriorityDefaults" class="btn btn-primary" |
1669 | 1651 | onClick="resetToCorrectionsPriorityDefaults()">Reset to Defaults</button>
|
1670 | 1652 | </div>
|
1671 |
| - |
1672 | 1653 | </div>
|
1673 | 1654 | </div>
|
1674 | 1655 |
|
|
1679 | 1660 | System Configuration <i id="systemCaret" class="caret-icon bi icon-caret-down"></i>
|
1680 | 1661 | </button>
|
1681 | 1662 | </div>
|
| 1663 | + |
1682 | 1664 | <div class="collapse" id="collapseSystemConfig">
|
1683 | 1665 | <div class="card card-body">
|
1684 | 1666 |
|
|
0 commit comments