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

Fixes #5358: Fix user table configuration for VM interfaces

This commit is contained in:
Jeremy Stretch
2020-11-19 09:45:01 -05:00
parent 16a95beb22
commit 11fa348575
5 changed files with 57 additions and 45 deletions

View File

@ -16,7 +16,7 @@ from django.core.validators import URLValidator
# Environment setup
#
VERSION = '2.10-beta1'
VERSION = '2.10-beta2'
# Hostname
HOSTNAME = platform.node()