summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/horizon/common/_data_table_row_action_dropdown_first_item.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/templates/horizon/common/_data_table_row_action_dropdown_first_item.html')
-rw-r--r--tuskar_ui/infrastructure/templates/horizon/common/_data_table_row_action_dropdown_first_item.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/tuskar_ui/infrastructure/templates/horizon/common/_data_table_row_action_dropdown_first_item.html b/tuskar_ui/infrastructure/templates/horizon/common/_data_table_row_action_dropdown_first_item.html
deleted file mode 100644
index 1596e247..00000000
--- a/tuskar_ui/infrastructure/templates/horizon/common/_data_table_row_action_dropdown_first_item.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{% if action.method != "GET" %}
- <button {{ action.attr_string|safe }} name="action" value="{{ action.table.name }}__{{ action.name }}__{{ row_id }}" type="submit">
- {% if action.icon != None %}
- <span class="fa fa-{{ action.icon }}" title="{{ action.verbose_name }}"></span>
- {% else %}
- {{ action.verbose_name }}
- {% endif %}
- </button>
-{% else %}
- <a href='{{ action.bound_url }}' {{ action.attr_string|safe }}>
- {% if action.icon != None %}
- <span class="fa fa-{{ action.icon }}" title="{{ action.verbose_name }}"></span>
- {% else %}
- {{ action.verbose_name }}
- {% endif %}
- </a>
-{% endif %}