Add mouse-over text to build-cancel button

This commit is contained in:
Oliver Walters 2019-09-16 08:17:39 +10:00
parent b46d1c2286
commit fedbb834ee

View File

@ -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 %}