diff getan/config.py @ 469:050ffdec60d9

Fix the orientation problem * Highlights the project what is open.
author Magnus Schieder <mschieder@intevation.de>
date Tue, 08 May 2018 13:29:45 +0200
parents 59d9c5840273
children 999a438474f2
line wrap: on
line diff
--- a/getan/config.py	Fri May 04 15:36:50 2018 +0200
+++ b/getan/config.py	Tue May 08 13:29:45 2018 +0200
@@ -208,6 +208,7 @@
     KEY_QUESTION = "question"
     KEY_RUNNING = "running"
     KEY_PAUSED_RUNNING = "paused_running"
+    KEY_OPEN_PROJECT = "open_project"
 
     DEFAULT_THEME = {
         KEY_HEADER: "white, dark blue",
@@ -224,6 +225,7 @@
         KEY_QUESTION: "white, dark red",
         KEY_RUNNING: "yellow, dark green",
         KEY_PAUSED_RUNNING: "white, dark red",
+        KEY_OPEN_PROJECT: "white, light blue"
     }
 
     def __init__(self, config):
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)