Allow upload of custom logo and and change title of each page from Netbox #1348

Closed
opened 2025-12-29 16:31:41 +01:00 by adam · 3 comments
Owner

Originally created by @snazy2000 on GitHub (Oct 24, 2017).

Issue type

[X ] Feature request
[ ] Bug report
[ ] Documentation

Environment

  • Python version:
  • NetBox version: 2.2.2

Description

Allow the ability to upload own logo and change the page titles

Allow Netbox to be what ever, this could be done within the config file

Originally created by @snazy2000 on GitHub (Oct 24, 2017). <!-- Before opening a new issue, please search through the existing issues to see if your topic has already been addressed. Note that you may need to remove the "is:open" filter from the search bar to include closed issues. Check the appropriate type for your issue below by placing an x between the brackets. If none of the below apply, please raise your issue for discussion on our mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please note that issues which do not fall under any of the below categories will be closed. ---> ### Issue type [X ] Feature request <!-- Requesting the implementation of a new feature --> [ ] Bug report <!-- Reporting unexpected or erroneous behavior --> [ ] Documentation <!-- Proposing a modification to the documentation --> <!-- Please describe the environment in which you are running NetBox. (Be sure to verify that you are running the latest stable release of NetBox before submitting a bug report.) --> ### Environment * Python version: <!-- Example: 3.5.4 --> * NetBox version: 2.2.2 <!-- BUG REPORTS must include: * A list of the steps needed to reproduce the bug * A description of the expected behavior * Any relevant error messages (screenshots may also help) FEATURE REQUESTS must include: * A detailed description of the proposed functionality * A use case for the new feature * A rough description of any necessary changes to the database schema * Any relevant third-party libraries which would be needed --> ### Description Allow the ability to upload own logo and change the page titles Allow Netbox to be what ever, this could be done within the config file <title>{% block title %}Home{% endblock %} - NetBox</title>
adam closed this issue 2025-12-29 16:31:41 +01:00
Author
Owner

@jeremystretch commented on GitHub (Oct 25, 2017):

I don't think it's appropriate to build whitelabel support into an open source project. If you really want to change the displayed name and logo, you'll need to fork the project and modify the base template to suit your needs.

@jeremystretch commented on GitHub (Oct 25, 2017): I don't think it's appropriate to build whitelabel support into an open source project. If you really want to change the displayed name and logo, you'll need to fork the project and modify the base template to suit your needs.
Author
Owner

@snazy2000 commented on GitHub (Oct 25, 2017):

No problem, that's what have been doing but was hoping to remove that part of the update process 👍

@snazy2000 commented on GitHub (Oct 25, 2017): No problem, that's what have been doing but was hoping to remove that part of the update process 👍
Author
Owner

@AnythingOverIP commented on GitHub (Oct 30, 2017):

For the logo, we simply overwrite the /static/img/netbox_logo.png file & the CSS for minimal UI tweaks (We are simply changing the menu bar color).

Having customized graphics help the business approval & end-user adoption of that great project. That being said, I totally understand @jeremystretch approach. I believe there would be easy ways to keep Netbox's fair publicity while providing a comfortable look & feel to the end users (Like having a logo or a mention like "Netbox (v2.2.2) on HOSTNAME) in the footer.

@AnythingOverIP commented on GitHub (Oct 30, 2017): For the logo, we simply overwrite the /static/img/netbox_logo.png file & the CSS for minimal UI tweaks (We are simply changing the menu bar color). Having customized graphics help the business approval & end-user adoption of that great project. That being said, I totally understand @jeremystretch approach. I believe there would be easy ways to keep Netbox's fair publicity while providing a comfortable look & feel to the end users (Like having a logo or a mention like "Netbox (v2.2.2) on HOSTNAME) in the footer.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1348