Commit 69abf63b by Guba Sándor

dashboard: changed command template icon

parent 02889dd2
...@@ -71,9 +71,9 @@ ...@@ -71,9 +71,9 @@
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
<a href="{% url "dashboard.views.connectcommand-create" %}" class="pull-right btn btn-success btn-xs" style="margin-right: 10px;"> <a href="{% url "dashboard.views.connectcommand-create" %}" class="pull-right btn btn-success btn-xs" style="margin-right: 10px;">
<i class="fa fa-plus"></i> {% trans "add new command template" %} <i class="fa fa-plus"></i> {% trans "add command template" %}
</a> </a>
<h3 class="no-margin"><i class="fa fa-key"></i> {% trans "Command templates" %}</h3> <h3 class="no-margin"><i class="fa fa-code"></i> {% trans "Command templates" %}</h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">
{% render_table connectcommand_table %} {% render_table connectcommand_table %}
...@@ -81,4 +81,4 @@ ...@@ -81,4 +81,4 @@
</div> </div>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment