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

NetBox should always be referred to as NetBox [DATALAD RUNCMD]

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git ls-files -z . | xargs --null -I '()' find './()' -type f -not -name 'style-guide.md' -print0 | xargs --null sed --in-place --regexp-extended 's/\\bNetbox\\b/NetBox/g;'",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
This commit is contained in:
Robin Schneider
2023-01-05 21:42:14 +01:00
committed by Jeremy Stretch
parent 5d22260589
commit 07df622b59
6 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ employed by thousands of organizations around the world.
## About NetBox ## About NetBox
![Screenshot of Netbox UI](docs/media/screenshots/netbox-ui.png "NetBox UI") ![Screenshot of NetBox UI](docs/media/screenshots/netbox-ui.png "NetBox UI")
Myriad infrastructure components can be modeled in NetBox, including: Myriad infrastructure components can be modeled in NetBox, including:

View File

@ -1,4 +1,4 @@
# The IP address (typically localhost) and port that the Netbox WSGI process should listen on # The IP address (typically localhost) and port that the NetBox WSGI process should listen on
bind = '127.0.0.1:8001' bind = '127.0.0.1:8001'
# Number of gunicorn workers to spawn. This should typically be 2n+1, where # Number of gunicorn workers to spawn. This should typically be 2n+1, where

View File

@ -168,7 +168,7 @@ Some text to show that the reference links can follow later.
## Images ## Images
``` ```
Here's the Netbox logo (hover to see the title text): Here's the NetBox logo (hover to see the title text):
Inline-style: Inline-style:
![alt text](/static/netbox_logo.png "Logo Title Text 1") ![alt text](/static/netbox_logo.png "Logo Title Text 1")
@ -179,7 +179,7 @@ Reference-style:
[logo]: /static/netbox_logo.png "Logo Title Text 2" [logo]: /static/netbox_logo.png "Logo Title Text 2"
``` ```
Here's the Netbox logo (hover to see the title text): Here's the NetBox logo (hover to see the title text):
Inline-style: Inline-style:
![alt text](/static/netbox_logo.png "Logo Title Text 1") ![alt text](/static/netbox_logo.png "Logo Title Text 1")

View File

@ -20,7 +20,7 @@ from utilities.utils import NetBoxFakeRequest
class Command(BaseCommand): class Command(BaseCommand):
help = "Run a script in Netbox" help = "Run a script in NetBox"
def add_arguments(self, parser): def add_arguments(self, parser):
parser.add_argument( parser.add_argument(

View File

@ -1,4 +1,4 @@
// Netbox-specific Styles and Overrides. // NetBox-specific Styles and Overrides.
@use 'sass:map'; @use 'sass:map';
@use 'sass:math'; @use 'sass:math';

View File

@ -21,7 +21,7 @@ Blocks:
{# Body #} {# Body #}
<div class="content-container" tabindex="-2"> <div class="content-container" tabindex="-2">
{# Netbox Logo, only visible when printing #} {# NetBox Logo, only visible when printing #}
<div class="p-2 printonly"> <div class="p-2 printonly">
<img src="{% static 'netbox_logo.svg' %}" alt="NetBox logo" width="200px" /> <img src="{% static 'netbox_logo.svg' %}" alt="NetBox logo" width="200px" />
</div> </div>