Skip to content

Commit

Permalink
Inbound DID Import
Browse files Browse the repository at this point in the history
- Fixed the endpoint override.  Resolves https://git.flyball.co/dsiprouter/enterprise/issues/72
- Placed the sample CSV template into the proper diretory so that it could be downloaded
  • Loading branch information
root committed Jul 2, 2020
1 parent 943dd79 commit 06f03f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gui/static/template/DID_example.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#DID, EndpointGroupID, Name
13134860409,52,Inbound1
13134860410,53,Inbound2
13134860411,34,Inbound3

2 changes: 1 addition & 1 deletion gui/templates/inboundmapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ <h4 class="modal-title custom_align" id="Heading">Import DID's</h4>
<select class="gwgroupid form-control" name="gwgroupid" title="gwgroupid">
<option class="hidden" value="" selected disabled>Override Endpoint Group (Optional)</option>
{% for epgroup in epgroups %}
<option value="{{ epgroup['id'] }}">{{ epgroup['description']|attrFilter('name') }}</option>
<option value="#{{ epgroup['id'] }}">{{ epgroup['description']|attrFilter('name') }}</option>
{% endfor %}
</select>
</div>
Expand Down

0 comments on commit 06f03f5

Please sign in to comment.