[PR #222] [MERGED] Banner support #12007

Closed
opened 2025-12-29 22:19:07 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/222
Author: @Gelob
Created: 7/7/2016
Status: Merged
Merged: 7/11/2016
Merged by: @jeremystretch

Base: developHead: motd


📝 Commits (1)

📊 Changes

3 files changed (+14 additions, -0 deletions)

View changed files

📝 netbox/netbox/configuration.example.py (+2 -0)
📝 netbox/netbox/settings.py (+2 -0)
📝 netbox/templates/_base.html (+10 -0)

📄 Description

Addresses #73

This adds support for a top and bottom banner/MOTD. Even if we don't merge, the pull can serve as documentation for how to set this up if its something you need.

The banner is configurable by editing the BANNER_TOP and BANNER_BOTTOM variables in configuration.py

Example text:
screen shot 2016-07-06 at 11 46 33 pm


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/222 **Author:** [@Gelob](https://github.com/Gelob) **Created:** 7/7/2016 **Status:** ✅ Merged **Merged:** 7/11/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `motd` --- ### 📝 Commits (1) - [`1338bf6`](https://github.com/netbox-community/netbox/commit/1338bf601229497c3070184483c6d408b56775f1) Banner/MOTD Support ### 📊 Changes **3 files changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/configuration.example.py` (+2 -0) 📝 `netbox/netbox/settings.py` (+2 -0) 📝 `netbox/templates/_base.html` (+10 -0) </details> ### 📄 Description Addresses #73 This adds support for a top and bottom banner/MOTD. Even if we don't merge, the pull can serve as documentation for how to set this up if its something you need. The banner is configurable by editing the BANNER_TOP and BANNER_BOTTOM variables in configuration.py Example text: <img width="1343" alt="screen shot 2016-07-06 at 11 46 33 pm" src="https://cloud.githubusercontent.com/assets/422752/16642806/f996fd7c-43d3-11e6-9326-4748671ac861.png"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:19:07 +01:00
adam closed this issue 2025-12-29 22:19:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12007