Show host description in Tiles and Time view#219
Merged
TheWitness merged 4 commits intoJul 9, 2026
Conversation
TheWitness
approved these changes
Jul 9, 2026
Member
|
In the future @godmafiaze, when you add a feature like this, make sure you update the CHANGELOG.md |
Member
|
Appreciate your support! |
Member
|
This one created a bit of a problem. View it in some of the other themes and icon sizes. Does not look good. I think a Checkbox is a better approach, but we need to ensure that they are block objects so that the wrapping works. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the Monitor plugin Tiles & Time view to display the host description together with uptime/time-in-state.
Previously,
renderHostTilesadt()displayed only the device icon and uptime/time-in-state value, which caused devices to appear without visible names in the Tiles & Time view.This change adds the escaped host description using
title_trim()before the uptime/time-in-state value.Fixes #218
Tested:
git diff --checkreturns no whitespace errors