-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.0.7
Python version
3.7
Steps to Reproduce
When a new release is available, Netbox wil inform the admins about it.
Fix :
netbox/netbox/netbox/views/__init__.py
Line 140 in 1f4263a
| 'version': str(latest_release), |
replace that with
'version': str(release_verion),
Expected Behavior
A nice view with the new version number, with an hyperlink to the release on github

Observed Behavior
The version is shown with the url, but containing the git url as text, rather than an hyperlink

Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application