Explorar o código

Implemented feature #9525

Hunter Johnston %!s(int64=3) %!d(string=hai) anos
pai
achega
b1ec703ba9
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      netbox/netbox/tables/tables.py

+ 1 - 4
netbox/netbox/tables/tables.py

@@ -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>
         """
     )