1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #3019: Fix tag population when running NetBox within a path

This commit is contained in:
Jeremy Stretch
2019-04-02 11:05:16 -04:00
parent 498f132cad
commit 110387e81b
2 changed files with 2 additions and 1 deletions

View File

@ -250,7 +250,7 @@ $(document).ready(function() {
ajax: {
delay: 250,
url: "/api/extras/tags/",
url: netbox_api_path + "extras/tags/",
data: function(params) {
// Paging. Note that `params.page` indexes at 1