mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28:16 -06:00
Fix object selector button style
This commit is contained in:
parent
0658ea9479
commit
5f2fe978aa
@ -5,7 +5,7 @@
|
|||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
title="{% trans "Open selector" %}"
|
title="{% trans "Open selector" %}"
|
||||||
class="btn btn-sm btn-outline-dark border-input ms-1"
|
class="btn btn-outline-secondary ms-1"
|
||||||
data-bs-toggle="modal"
|
data-bs-toggle="modal"
|
||||||
data-bs-target="#htmx-modal"
|
data-bs-target="#htmx-modal"
|
||||||
hx-get="{% url 'htmx_object_selector' %}?_model={{ widget.attrs.selector }}&target={{ widget.attrs.id }}"
|
hx-get="{% url 'htmx_object_selector' %}?_model={{ widget.attrs.selector }}&target={{ widget.attrs.id }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user