the resources_selected plugin always starts up toggled off, then any action (adding...
[myslice.git] / portal / sliceview.py
index 8ccc6f4..fe95764 100644 (file)
@@ -106,6 +106,8 @@ class SliceView (LoginRequiredAutoLogoutView):
             title               = 'Pending operations',
             query               = main_query,
             togglable           = True,
+            # start turned off, it will open up itself when stuff comes in
+            toggled             = False, 
             domid               = 'pending',
             outline_complete    = True,
         ))