Add cursor to log link

This commit is contained in:
ebolam
2022-10-12 18:41:31 -04:00
parent f43ba0a53d
commit 5ece3dea09

View File

@@ -437,6 +437,6 @@
<div id="settings_footer" class="settings_footer">
<span>Execution Time: <span id="Execution Time"></span></span> |
<span>Remaining Time: <span class="var_sync_model_tqdm_rem_time"></span></span> |
<a onclick='socket.emit("get_log", {});document.getElementById("log_popup").classList.remove("hidden");'>Log</a>
<a onclick='socket.emit("get_log", {});document.getElementById("log_popup").classList.remove("hidden");' class='cursor'>Log</a>
</div>
</div>