diff --git a/dirkules/config.py b/dirkules/config.py index 6aec82e..c965d26 100644 --- a/dirkules/config.py +++ b/dirkules/config.py @@ -19,3 +19,5 @@ SCHEDULER_EXECUTORS = {'default': {'type': 'threadpool', 'max_workers': 3}} SCHEDULER_JOB_DEFAULTS = {'coalesce': False, 'max_instances': 1} SCHEDULER_API_ENABLED = True + +SECRET_KEY = b'gf3iz3V!R3@Ny!ri' \ No newline at end of file diff --git a/dirkules/static/css/myStyle.css b/dirkules/static/css/myStyle.css index 88f4426..b3ae250 100644 --- a/dirkules/static/css/myStyle.css +++ b/dirkules/static/css/myStyle.css @@ -14,6 +14,7 @@ body { .tablebox { width: 50%; margin: auto; + padding-bottom: 1em; } .ui.mymenu.menu { @@ -21,6 +22,10 @@ body { color: #fff; } +.buttonspace { + padding-bottom: 0.5em; +} + /*fonts*/ t1 { diff --git a/dirkules/templates/cleaning.html b/dirkules/templates/cleaning.html index 86c6759..83d0c1c 100644 --- a/dirkules/templates/cleaning.html +++ b/dirkules/templates/cleaning.html @@ -1,15 +1,32 @@ {% extends "base.html" %} -{% block title %}Dashboard{% endblock %} +{% block title %}Cleaning{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %} -