mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
adds stroke to the reservation #11900
This commit is contained in:
parent
a29a07ed26
commit
b0ec942f96
@ -252,7 +252,7 @@ class RackElevationSVG:
|
||||
link = Hyperlink(href=f'{self.base_url}{reservation.get_absolute_url()}', target='_parent')
|
||||
link.set_desc(f'Reservation #{reservation.pk}: {reservation.description}')
|
||||
link.add(
|
||||
Rect(coords, size, class_='reservation')
|
||||
Rect(coords, size, class_='reservation', stroke='red', stroke_width=2)
|
||||
)
|
||||
self.drawing.add(link)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user