Skip to content

Adds an about section to the Circuit Maintenance Dashboard.#365

Open
jvanderaa wants to merge 2 commits intodevelopfrom
233_about_page
Open

Adds an about section to the Circuit Maintenance Dashboard.#365
jvanderaa wants to merge 2 commits intodevelopfrom
233_about_page

Conversation

@jvanderaa
Copy link
Collaborator

@jvanderaa jvanderaa commented Dec 12, 2025

Closes: #233

What's Changed

Adds an about section on the dashboard page to show the current version of the Parser.

image

To Do

  • Explanation of Change(s)
  • Added change log fragment(s) (for more information see the documentation)
  • Attached Screenshots, Payload Example
  • Unit, Integration Tests
  • Documentation Updates (when adding/changing features)
  • Outline Remaining Work, Constraints from Design

@github-actions
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  nautobot_circuit_maintenance
  views.py
Project Total  

This report was generated by python-coverage-comment-action

</div>
<div class="card">
<div class="container">
<h3 class="text-start">About</h3>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be more aesthetic to do a div class="card-header" in place of the h3?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image If we do the card-header then we should probably do it in the rest of the sections too. Thoughts @glennmatthews ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be in favor of that, yes. The current styling is very inconsistent with the rest of Nautobot, IMHO.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide an About Page to Show Version of Parser

2 participants