Small tweaks

- Update local webUI to refresh when joining server to clear modal
- Updated client webUI page title
- Re-added join modal to node page (client & server)
- updated join modal to use node.nearbySystems
This commit is contained in:
Logan Cusano
2023-07-22 15:01:48 -04:00
parent ec091c0017
commit 8a0baa5bc9
6 changed files with 11 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
<div class="col-md-6">
<label class="small mb-1" for="selectRadioPreset">Selected Preset:</label>
<select class="custom-select" id="selectRadioPreset">
<% for(const system in nearbySystems) { %>
<% for(const system in node.nearbySystems) { %>
<option value="<%=system%>"><%=system%></option>
<% } %>
</select>