Implemented feature #9525

This commit is contained in:
Hunter Johnston 2022-06-18 23:08:06 -04:00
parent 7d0124240c
commit f217167123

View File

@ -167,10 +167,7 @@ class NetBoxTable(BaseTable):
)
actions = columns.ActionsColumn(
extra_buttons="""
<a class="btn btn-sm btn-warning" href="{{ record.get_absolute_url }}edit/" type="button">
<i class="mdi mdi-pencil">
</i>
</a>
<a class="btn btn-sm btn-warning" href="{{ record.get_absolute_url }}edit/" type="button"><i class="mdi mdi-pencil"></i></a>
"""
)