add icons to headers

This commit is contained in:
bellwood 2016-07-14 12:21:22 -04:00 committed by GitHub
parent cdf1d030d8
commit 4e21c79354

View File

@ -19,8 +19,10 @@
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
{% if consoleserverport.pk %} {% if consoleserverport.pk %}
<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span>
<strong>Editing {{ consoleserverport }}</strong> <strong>Editing {{ consoleserverport }}</strong>
{% else %} {% else %}
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
<strong>Add a Console Server Port</strong> <strong>Add a Console Server Port</strong>
{% endif %} {% endif %}
</div> </div>