diff bitten/master.py @ 557:b4d3d9cbf200

Alter the appearance of the ''Build Status'' button, to show the current build status [eblot] - fixes #373 This is off by default and can be enabled with the `bitten.quick_status` option in `trac.ini`
author dfraser
date Mon, 11 May 2009 09:26:10 +0000
parents 2c27f3581100
children 84a45f7c9833
line wrap: on
line diff
--- a/bitten/master.py
+++ b/bitten/master.py
@@ -60,6 +60,10 @@
     logs_dir = PathOption('bitten', 'logs_dir', "log/bitten", doc=
          """The directory on the server in which client log files will be stored.""")
 
+    quick_status = BoolOption('bitten', 'quick_status', False, doc=
+         """Whether to show the current build status withing the Trac main 
+            navigation bar""")
+
     # IRequestHandler methods
 
     def match_request(self, req):
Copyright (C) 2012-2017 Edgewall Software