-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Djhoward12 naaps 10 app rackgroup assignment #96
Djhoward12 naaps 10 app rackgroup assignment #96
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff!
So when you have a Floor Tile "group" that is bigger than a rack within that group (left side of first image) it makes sense to have an edit for both the rack tile and the group tile. However, if the tile takes up the same spaces (right side of first image and second image) then can we hide one of the sets of Edit/Delete buttons since they seem to take you to the same form/page? |
… for single rack tiles that are not on group tiles. Removing status box from rack tiles that are on group tiles.
This has been resolved with the latest update. |
…a rack if the rack.rack_group is the same as the underlying rack_group assigned to the group tile.
…ot in the correct rack group. Working on rendering of tiles still.
Filter rackgroup field to only display the rackgroup the rack is in. Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
nautobot_floor_plan/templates/nautobot_floor_plan/floorplantile_retrieve.html
Outdated
Show resolved
Hide resolved
…e_retrieve.html Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for all your work @djhoward12.
nautobot_floor_plan/templates/nautobot_floor_plan/floorplantile_retrieve.html
Outdated
Show resolved
Hide resolved
nautobot_floor_plan/templates/nautobot_floor_plan/floorplantile_retrieve.html
Outdated
Show resolved
Hide resolved
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
…e_retrieve.html Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
…_type and on_group_tile fields in models.py. Removed null=True for on_group_tile, and changed Tile Type to Allocation type on floorplantile_retrieve.html
Added the ability to assign RackGroups and Status tiles to span multiple spaces and place a Rack tile on top of a group of tiles.
Closes: #10