[PR #16924] [MERGED] 16394 distinguish product edition #14949

Closed
opened 2025-12-30 00:19:04 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16924
Author: @andrewgormley
Created: 7/16/2024
Status: Merged
Merged: 7/19/2024
Merged by: @jeremystretch

Base: feature-uiHead: 16394-distinguish-product-edition


📝 Commits (10+)

  • e7e538c closes #16907: web ui refresh
  • bb2dbe6 closes #16907: changed default widget color to primary color
  • 415474e closes #16907: removed comma
  • 4e52443 closes #16394: distinguish product edition
  • 9cf624d Merge branch 'feature-ui' into 16394-distinguish-product-edition
  • 0703fd0 Revert dashboard changes
  • 7a2a789 Clean up redundant styling (merge error)
  • f21aab7 removed labs logo and added sub text for all editions
  • 1ac8148 fixed motif bug
  • 33ab3ea Fix "flashing" of side nav under dark mode

📊 Changes

4 files changed (+96 additions, -4 deletions)

View changed files

📝 netbox/project-static/dist/netbox.css (+1 -1)
netbox/project-static/img/motif.svg (+36 -0)
📝 netbox/project-static/styles/transitional/_navigation.scss (+53 -3)
📝 netbox/templates/base/layout.html (+6 -0)

📄 Description

Fixes: #16394

  1. Added SVG files for light and dark netbox labs logos and geometric motif
  2. Altered navigation to show specific logo and motif depending on netbox edition
  3. Added subtext below logo to display edition for any edition that is not 'Community'

🔄 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/16924 **Author:** [@andrewgormley](https://github.com/andrewgormley) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 7/19/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature-ui` ← **Head:** `16394-distinguish-product-edition` --- ### 📝 Commits (10+) - [`e7e538c`](https://github.com/netbox-community/netbox/commit/e7e538c26be12946f63b33ee5e5af5816ff4e263) closes #16907: web ui refresh - [`bb2dbe6`](https://github.com/netbox-community/netbox/commit/bb2dbe627ae690bf1d9452fe5f283497f11310cb) closes #16907: changed default widget color to primary color - [`415474e`](https://github.com/netbox-community/netbox/commit/415474eec0f7ff55bb92c2f3dbda2631930b99ea) closes #16907: removed comma - [`4e52443`](https://github.com/netbox-community/netbox/commit/4e5244368683073378bfa93822f07b73ee6a9d37) closes #16394: distinguish product edition - [`9cf624d`](https://github.com/netbox-community/netbox/commit/9cf624da4ced38e7d3960a37b2c0fc8c99959631) Merge branch 'feature-ui' into 16394-distinguish-product-edition - [`0703fd0`](https://github.com/netbox-community/netbox/commit/0703fd053189a0f7672edd90ae32c181b466457f) Revert dashboard changes - [`7a2a789`](https://github.com/netbox-community/netbox/commit/7a2a78988dbe28b66dac9f5f3bd26a7fc7f70c9b) Clean up redundant styling (merge error) - [`f21aab7`](https://github.com/netbox-community/netbox/commit/f21aab70e3a7eee63562f94df0eee2a4bc76713a) removed labs logo and added sub text for all editions - [`1ac8148`](https://github.com/netbox-community/netbox/commit/1ac81483479ca4e3170af925684af7fee26ee7d9) fixed motif bug - [`33ab3ea`](https://github.com/netbox-community/netbox/commit/33ab3eabf84052ddfade8554c80ad1dc2a733a1e) Fix "flashing" of side nav under dark mode ### 📊 Changes **4 files changed** (+96 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.css` (+1 -1) ➕ `netbox/project-static/img/motif.svg` (+36 -0) 📝 `netbox/project-static/styles/transitional/_navigation.scss` (+53 -3) 📝 `netbox/templates/base/layout.html` (+6 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #16394 <!-- Please include a summary of the proposed changes below. --> 1. Added SVG files for light and dark netbox labs logos and geometric motif 2. Altered navigation to show specific logo and motif depending on netbox edition 3. Added subtext below logo to display edition for any edition that is not 'Community' --- <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-30 00:19:04 +01:00
adam closed this issue 2025-12-30 00:19:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14949