mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Remove errant buttons block from cable view
This commit is contained in:
parent
d0fbbbfb37
commit
63f4d81bc0
@ -4,20 +4,6 @@
|
|||||||
{% load perms %}
|
{% load perms %}
|
||||||
{% load plugins %}
|
{% load plugins %}
|
||||||
|
|
||||||
{% block controls %}
|
|
||||||
{% plugin_buttons object %}
|
|
||||||
<div class="container mb-2 mx-0">
|
|
||||||
<div class="d-flex flex-wrap justify-content-end">
|
|
||||||
{% if request.user|can_change:object %}
|
|
||||||
{% edit_button object %}
|
|
||||||
{% endif %}
|
|
||||||
{% if request.user|can_delete:object %}
|
|
||||||
{% delete_button object %}
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col-md-6">
|
<div class="col col-md-6">
|
||||||
|
Loading…
Reference in New Issue
Block a user