[PR #6847] [MERGED] Closes #6834: Customize GraphiQL view #13176

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/6847
Author: @jeremystretch
Created: 7/29/2021
Status: Merged
Merged: 7/30/2021
Merged by: @jeremystretch

Base: featureHead: 6834-graphiql-ui


📝 Commits (4)

📊 Changes

6 files changed (+72 additions, -4 deletions)

View changed files

📝 netbox/netbox/graphql/views.py (+2 -0)
netbox/project-static/img/graphql.ico (+0 -0)
netbox/project-static/img/rest-api.ico (+0 -0)
📝 netbox/templates/base/layout.html (+1 -2)
netbox/templates/graphiql.html (+59 -0)
📝 netbox/templates/rest_framework/api.html (+10 -2)

📄 Description

Closes: #6834


🔄 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/6847 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/29/2021 **Status:** ✅ Merged **Merged:** 7/30/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `6834-graphiql-ui` --- ### 📝 Commits (4) - [`81e1b74`](https://github.com/netbox-community/netbox/commit/81e1b7490eb3dc4fe92999d28e4fde9529132cac) #6834: Add title, favicon to GraphiQL view - [`689f67b`](https://github.com/netbox-community/netbox/commit/689f67b1a80f9f031c7f697f1e20b37707d38e67) #6834: Add favicon to REST API web UI - [`d082442`](https://github.com/netbox-community/netbox/commit/d08244285174c5514ef16ae62dcbd4d1a3c5da92) Update REST API web UI title - [`3ba122a`](https://github.com/netbox-community/netbox/commit/3ba122afd4f5868f4340396bb68b10288e19d3dc) Merge feature ### 📊 Changes **6 files changed** (+72 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/graphql/views.py` (+2 -0) ➕ `netbox/project-static/img/graphql.ico` (+0 -0) ➕ `netbox/project-static/img/rest-api.ico` (+0 -0) 📝 `netbox/templates/base/layout.html` (+1 -2) ➕ `netbox/templates/graphiql.html` (+59 -0) 📝 `netbox/templates/rest_framework/api.html` (+10 -2) </details> ### 📄 Description ### Closes: #6834 - [x] Add a title to GraphiQL view - [x] Add a favicon to GraphiQL view - [x] Add a favicon to REST API view - [ ] ~Serve static assets locally~ Split off into #6855 --- <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:25:49 +01:00
adam closed this issue 2025-12-29 22:25:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13176