dropbox / nsot

Network Source of Truth is an open source IPAM and network inventory database
https://nsot.readthedocs.io
Other
399 stars 66 forks source link

Fix create interface in web ui #278

Closed reversecipher closed 6 years ago

reversecipher commented 7 years ago

This commit fixes bug in web ui when creating new interface. Without limit setting, the device query returns list instead of object. Because the query action does not have isArray:true, the response.data is returned as undefined.