mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Implemented feature #9525
This commit is contained in:
parent
3d785d836d
commit
b1ec703ba9
@ -167,10 +167,7 @@ class NetBoxTable(BaseTable):
|
|||||||
)
|
)
|
||||||
actions = columns.ActionsColumn(
|
actions = columns.ActionsColumn(
|
||||||
extra_buttons="""
|
extra_buttons="""
|
||||||
<a class="btn btn-sm btn-warning" href="{{ record.get_absolute_url }}edit/" type="button">
|
<a class="btn btn-sm btn-warning" href="{{ record.get_absolute_url }}edit/" type="button"><i class="mdi mdi-pencil"></i></a>
|
||||||
<i class="mdi mdi-pencil">
|
|
||||||
</i>
|
|
||||||
</a>
|
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user