Add to last commit
This needs to be automated in some way, or removed.
This commit is contained in:
parent
8864a27db6
commit
fc9d81ae3e
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
[
|
||||
<% @bts.each_with_index do |bts, index| %>
|
||||
<% @bts.each_with_index do |bts, index| -%>
|
||||
<% if bts["model"] != "2050S" %>
|
||||
{
|
||||
"type": "bts",
|
||||
"ip": "<%= bts["ip"] %>",
|
||||
|
@ -8,6 +9,7 @@
|
|||
<%= @bts_geo[2*index+2] %>
|
||||
]
|
||||
},
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
|
||||
<% if @link1_ip_address -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue