Merge pull request #8 from alainchiasson/devel

Fix for #7 - broken nav bar 
Thanks to @alainchiasson !
This commit is contained in:
Sébastien Clément 2018-02-15 01:05:00 +01:00 committed by GitHub
commit 0e51c1bcf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ class SimpleemergencystopPlugin(octoprint.plugin.StartupPlugin,
def get_template_configs(self):
return [
#dict(type="navbar", custom_bindings=False),
dict(type="navbar", custom_bindings=False),
dict(type="settings", custom_bindings=False)
]

View File

@ -1,5 +1,5 @@
<a data-bind="click: click, visible: visibleTest()" href="#">
<i class="icon-warning-sign" style="color: red"></i>
<a data-bind="click: click, visible: visibleTest()" title="{{ _('!!! Emergency Stop !!!') }}" href="#">
<i class="icon-remove-sign" style="color: red"></i>
</a>