Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
netbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
prp
netbox
Commits
a4a6be67
Commit
a4a6be67
authored
4 years ago
by
John Graham
Browse files
Options
Downloads
Patches
Plain Diff
Update extra.py
parent
3d6f1e3f
No related branches found
No related tags found
No related merge requests found
Pipeline
#14570
passed
4 years ago
Stage: build-and-push
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extra.py
+1
-2
1 addition, 2 deletions
extra.py
with
1 addition
and
2 deletions
extra.py
+
1
−
2
View file @
a4a6be67
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
## Enable installed plugins. Add the name of each plugin to the list.
## Enable installed plugins. Add the name of each plugin to the list.
# from netbox.configuration.configuration import PLUGINS
# from netbox.configuration.configuration import PLUGINS
# PLUGINS.append('my_plugin')
# PLUGINS.append('my_plugin')
PLUGINS
.
append
(
'
netbox_qrcode
'
)
## Plugins configuration settings. These settings are used by various plugins that the user may have installed.
## Plugins configuration settings. These settings are used by various plugins that the user may have installed.
## Each key in the dictionary is the name of an installed plugin and its value is a dictionary of settings.
## Each key in the dictionary is the name of an installed plugin and its value is a dictionary of settings.
...
@@ -53,5 +54,3 @@
...
@@ -53,5 +54,3 @@
# from datetime import datetime
# from datetime import datetime
# now = datetime.now().strftime("%d/%m/%Y %H:%M:%S")
# now = datetime.now().strftime("%d/%m/%Y %H:%M:%S")
# BANNER_TOP = f'<marquee width="200px">This instance started on {now}.</marquee>'
# BANNER_TOP = f'<marquee width="200px">This instance started on {now}.</marquee>'
PLUGINS
=
[
'
netbox_qrcode
'
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment