-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bugfix for config sanitizer
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ class NextBoxUIConfig(PluginConfig): | |
name = 'nextbox_ui_plugin' | ||
verbose_name = 'NextBox UI' | ||
description = 'A Next-Gen Topology Visualization Plugin for NetBox Powered by topoSphere SDK.' | ||
version = '1.0.4' | ||
version = '1.0.5' | ||
author = 'Igor Korotchenkov' | ||
author_email = '[email protected]' | ||
base_url = 'nextbox-ui' | ||
|
2 changes: 1 addition & 1 deletion
2
nextbox_ui_plugin/static/nextbox_ui_plugin/topoSphere/topoSphere.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters