Skip to content

NewVersion showing url #7556

@PieterL75

Description

@PieterL75

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 :

'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
good

Observed Behavior

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

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions