mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
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">
|
<button type='button' class='btn btn-default btn-glyph' id='build-complete' title="Complete Build">
|
||||||
<span class='glyphicon glyphicon-send'/>
|
<span class='glyphicon glyphicon-send'/>
|
||||||
</button>
|
</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'/>
|
<span class='glyphicon glyphicon-remove'/>
|
||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user