icon tweak

not sure how I managed to screw that icon up so badly
This commit is contained in:
ntoff 2017-12-02 07:43:36 +10:00
parent 8a2e732663
commit 8a9a2fe401

View File

@ -23,7 +23,7 @@ class EstopPlugin(octoprint.plugin.StartupPlugin,
)
def get_template_configs(self):
return [
dict(type="sidebar", name="Emergency STOP!", icon="fa fa-print", template="estop_sidebar.jinja2", styles=["display: none"], data_bind="visible: loginState.isUser"),
dict(type="sidebar", name="Emergency STOP!", icon="close", template="estop_sidebar.jinja2", styles=["display: none"], data_bind="visible: loginState.isUser"),
dict(type="settings", name="E-Stop Settings", template="estop_settings.jinja2", custom_bindings=False)
]