more accurate button label now

This commit is contained in:
mcguirepr89
2022-05-28 17:05:29 -04:00
parent 80d2422e18
commit 6162e524b1
+1 -1
View File
@@ -77,6 +77,6 @@
<button type="submit" name="submit" value="stop_core_services.sh">Stop Core Services</button>
</form>
<form action="" method="GET">
<button type="submit" name="submit" value="restart_services.sh">Restart All Services</button>
<button type="submit" name="submit" value="restart_services.sh">Restart Core Services</button>
</form>
</div>