mirror of
https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop.git
synced 2024-11-22 01:02:59 +01:00
Added the navbar (Icons were not showing up for me), Modifed to use the remove icon, and added mouseover text 'Emergency Stop' on mouseover
This commit is contained in:
parent
0d783237ea
commit
5a118da7ef
@ -35,7 +35,7 @@ class SimpleemergencystopPlugin(octoprint.plugin.StartupPlugin,
|
|||||||
|
|
||||||
def get_template_configs(self):
|
def get_template_configs(self):
|
||||||
return [
|
return [
|
||||||
#dict(type="navbar", custom_bindings=False),
|
dict(type="navbar", custom_bindings=False),
|
||||||
dict(type="settings", custom_bindings=False)
|
dict(type="settings", custom_bindings=False)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<a data-bind="click: click, visible: visibleTest()" href="#">
|
<a data-bind="click: click, visible: visibleTest()" title="{{ _('!!! Emergency Stop !!!') }}" href="#">
|
||||||
<i class="icon-warning-sign" style="color: red"></i>
|
<i class="icon-remove-sign" style="color: red"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user