Add mouse-over text to build-cancel button
This commit is contained in:
parent
b46d1c2286
commit
fedbb834ee
|
|
@ -34,7 +34,7 @@ InvenTree | Build - {{ build }}
|
|||
<button type='button' class='btn btn-default btn-glyph' id='build-complete' title="Complete Build">
|
||||
<span class='glyphicon glyphicon-send'/>
|
||||
</button>
|
||||
<button type='button' class='btn btn-default btn-glyph' id='build-cancel'>
|
||||
<button type='button' class='btn btn-default btn-glyph' id='build-cancel' title='Cancel Build'>
|
||||
<span class='glyphicon glyphicon-remove'/>
|
||||
</button>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue