Adds an about section to the Circuit Maintenance Dashboard.#365
Open
Adds an about section to the Circuit Maintenance Dashboard.#365
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
| </div> | ||
| <div class="card"> | ||
| <div class="container"> | ||
| <h3 class="text-start">About</h3> |
Contributor
There was a problem hiding this comment.
Might be more aesthetic to do a div class="card-header" in place of the h3?
Collaborator
Author
There was a problem hiding this comment.
If we do the card-header then we should probably do it in the rest of the sections too. Thoughts @glennmatthews ?
Contributor
There was a problem hiding this comment.
I'd be in favor of that, yes. The current styling is very inconsistent with the rest of Nautobot, IMHO.
Collaborator
Author
There was a problem hiding this comment.
I'm good by that. I'll be diving in later today looking for a styling guide or how I can make the dashboard page look more appropriate.
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.
Closes: #233
What's Changed
Adds an about section on the dashboard page to show the current version of the Parser.
To Do