Commit 0a3aa895 authored by bitsoko services's avatar bitsoko services 👷🏿

Update enterpriseFunctions.js

parent 72e82560
Pipeline #1879 canceled with stage
......@@ -390,6 +390,11 @@ ifs = JSON.parse(siteInterfaces).interfaces;
for(var i in ifs){
// 0 position is the port of the incoming wan
// unites start from position 1
if(ifs[i].identification.position == 0){ continue; }
ifs[i].dooca = JSON.parse(ifs[i].identification.displayName);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment