-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Template: remove btn-sm class from general purpose buttons
- Loading branch information
1 parent
aa61624
commit 31000c3
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
netbox_data_flows/templates/netbox_data_flows/inc/objectaliastarget_actions.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% if objectalias and perms.netbox_data_flows.change_objectalias %} | ||
<a href="{% url 'plugins:netbox_data_flows:objectalias_removetarget' pk=objectalias.pk alias_pk=record.pk %}?return_url={% url 'plugins:netbox_data_flows:objectalias' pk=objectalias.pk %}" class="btn btn-sm btn-danger btn-sm" title="Unlink aliased object"> | ||
<a href="{% url 'plugins:netbox_data_flows:objectalias_removetarget' pk=objectalias.pk alias_pk=record.pk %}?return_url={% url 'plugins:netbox_data_flows:objectalias' pk=objectalias.pk %}" class="btn btn-sm btn-danger" title="Unlink aliased object"> | ||
<i class="mdi mdi-ethernet-cable-off" aria-hidden="true"></i> | ||
</a> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters