[PR #7307] [MERGED] Fixes #7228: Round °F temperature to one decimal place #13230

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7307
Author: @royreznik
Created: 9/20/2021
Status: Merged
Merged: 9/20/2021
Merged by: @jeremystretch

Base: developHead: fix-7228


📝 Commits (1)

  • 030c573 Fixes #7228: Round °F temperature to one decimal place

📊 Changes

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

View changed files

📝 netbox/project-static/dist/status.js (+2 -2)
📝 netbox/project-static/dist/status.js.map (+1 -1)
📝 netbox/project-static/src/util.ts (+1 -1)

📄 Description

Fixes: #7228

Rounding the °F temperature to the first decimal place

before:
image

after:
temp


🔄 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/7307 **Author:** [@royreznik](https://github.com/royreznik) **Created:** 9/20/2021 **Status:** ✅ Merged **Merged:** 9/20/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `fix-7228` --- ### 📝 Commits (1) - [`030c573`](https://github.com/netbox-community/netbox/commit/030c573037a905e8d03b036c3b35ec0dd61418df) Fixes #7228: Round °F temperature to one decimal place ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/status.js` (+2 -2) 📝 `netbox/project-static/dist/status.js.map` (+1 -1) 📝 `netbox/project-static/src/util.ts` (+1 -1) </details> ### 📄 Description ### Fixes: #7228 Rounding the °F temperature to the first decimal place before: ![image](https://user-images.githubusercontent.com/23289491/133983723-f3a00209-f646-462a-8dac-2bdd80091e60.png) after: ![temp](https://user-images.githubusercontent.com/23289491/133983786-02eb1cbd-3ada-4941-b4a2-95196a81735d.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:26:07 +01:00
adam closed this issue 2025-12-29 22:26: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#13230