Author: justi9
Date: 2007-10-31 09:51:47 -0400 (Wed, 31 Oct 2007)
New Revision: 1190
Modified:
mgmt/etc/devel.profile
mgmt/notes/justin-todo.txt
Log:
A fix to the devel env.
Modified: mgmt/etc/devel.profile
===================================================================
--- mgmt/etc/devel.profile 2007-10-30 21:49:06 UTC (rev 1189)
+++ mgmt/etc/devel.profile 2007-10-31 13:51:47 UTC (rev 1190)
@@ -16,7 +16,7 @@
pypath="$DEVEL_HOME"/"$module"/python:"$pypath"
done
-export PYTHONPATH
+export PYTHONPATH="$pypath"
# PATH
Modified: mgmt/notes/justin-todo.txt
===================================================================
--- mgmt/notes/justin-todo.txt 2007-10-30 21:49:06 UTC (rev 1189)
+++ mgmt/notes/justin-todo.txt 2007-10-31 13:51:47 UTC (rev 1190)
@@ -109,3 +109,7 @@
* Make sure nav links are so marked
* Make the status lights also be links to an appropriate view
+
+ * Change name columns to be just "Name"
+
+ * Make status boxes display stats like those from list views
Show replies by date