adding time expectations for Clear All Data

This commit is contained in:
mcguirepr89
2022-05-24 17:14:58 -04:00
parent 74a0e432d6
commit 426aba1d69
+1 -1
View File
@@ -74,7 +74,7 @@
<button type="submit" name="submit" value="sudo systemctl enable --now spectrogram_viewer.service">Enable</button>
</form>
<form action="" method="GET">
<button type="submit" name="submit" value="stop_core_services.sh">Stop Core Services</button>
<button type="submit" name="submit" value="stop_core_services.sh" onclick="return confirm('This will take about 90 seconds.')">Stop Core Services</button>
</form>
<form action="" method="GET">
<button type="submit" name="submit" value="restart_services.sh" onclick="return confirm('This will take about 90 seconds.')">Restart All Services</button>