Consolidate buttons

This commit is contained in:
Skylar Grant 2024-08-14 20:31:22 -04:00
parent 538775d726
commit 470d00f468
1 changed files with 3 additions and 6 deletions

View File

@ -44,16 +44,13 @@
<form action="/" method="post"> <form action="/" method="post">
<!-- Start | Shutdown | Reload Settings --> <!-- Start | Shutdown | Reload Settings -->
<div class="button-container flex justify-between space-x-4"> <div class="button-container flex justify-between space-x-4">
<input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="igniter-off" value="Disable Igniter" name="igniterOff"> <input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="igniter-toggle-btn" value="Toggle Igniter" name="igniterToggle">
<input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="igniter-on" value="Enable Igniter" name="igniterOn">
</div> </div>
<div class="button-container flex justify-between space-x-4 mt-4"> <div class="button-container flex justify-between space-x-4 mt-4">
<input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="exhaust-off" value="Disable Exhaust" name="exhaustOff"> <input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="exhaust-toggle-btn" value="Toggle Exhaust" name="exhaustToggle">
<input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="exhaust-on" value="Enable Exhaust" name="exhaustOn">
</div> </div>
<div class="button-container flex justify-between space-x-4 mt-4"> <div class="button-container flex justify-between space-x-4 mt-4">
<input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="auger-off" value="Disable Auger" name="augerOff"> <input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="auger-toggle-btn" value="Toggle Auger" name="augerToggle">
<input class="btn bg-gray-700 hover:bg-purple-600 text-white py-2 px-4 rounded" type="submit" id="auger-on" value="Enable Auger" name="augerOn">
</div> </div>
<!-- Set feed rates --> <!-- Set feed rates -->