From 5119ab736dbf3b09b2c3c114f86d0b3a5aedc7e1 Mon Sep 17 00:00:00 2001 From: David Zingg Date: Tue, 19 Nov 2019 21:55:31 +0100 Subject: [PATCH] #1 --- .idea/workspace.xml | 6 +- octoprint_mystromswitch/__init__.py | 14 ++-- .../static/css/mystromswitch.css | 38 ++++++++++ .../static/css/shutdownprinter.css | 38 ---------- .../{shutdownprinter.js => mystromswitch.js} | 76 +++++++++---------- ...s.jinja2 => mystromswitch_settings.jinja2} | 50 ++++++------ ...ar.jinja2 => mystromswitch_sidebar.jinja2} | 4 +- 7 files changed, 113 insertions(+), 113 deletions(-) create mode 100644 octoprint_mystromswitch/static/css/mystromswitch.css delete mode 100644 octoprint_mystromswitch/static/css/shutdownprinter.css rename octoprint_mystromswitch/static/js/{shutdownprinter.js => mystromswitch.js} (75%) rename octoprint_mystromswitch/templates/{shutdownprinter_settings.jinja2 => mystromswitch_settings.jinja2} (66%) rename octoprint_mystromswitch/templates/{shutdownprinter_sidebar.jinja2 => mystromswitch_sidebar.jinja2} (66%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9ebdbdf..4cec76d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,11 @@ - - + + + +