mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
More UI / Icons / Wording work on the pop up modals
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user