More UI / Icons / Wording work on the pop up modals

This commit is contained in:
johnnyq
2023-01-12 23:39:02 -05:00
parent 0ffe1b9c75
commit df9182cd78
53 changed files with 182 additions and 180 deletions

View File

@@ -155,7 +155,7 @@ function populateNetworkEditModal(client_id, network_id) {
const locations = response.locations;
// Populate the network modal fields
document.getElementById("editNetworkHeader").innerText = " " + network.network_name;
document.getElementById("editNetworkHeader").innerText = network.network_name;
document.getElementById("editNetworkId").value = network_id;
document.getElementById("editNetworkName").value = network.network_name;
document.getElementById("editNetworkVlan").value = network.network_vlan;