| Comments |
| 8/16/2014 8:41:09 AM |
Bob Denny |
|
| 7/23/2014 2:10:34 PM |
Bob Denny |
Looking good. Closing this. |
| 7/23/2014 9:57:26 AM |
Bob Denny |
|
| 7/23/2014 8:33:26 AM |
Bob Denny |
|
| 7/23/2014 7:40:10 AM |
Bob Denny |
Oops, I made Scheduler.Available require the scheduler to be running. Now the Main Menu won't show the Scheduled section unless it is running. Wrong, it needs to be there if the scheduler is simply installed (to allow offline input of requests). I need a new Scheduler.Installed property damn it. Another API change. |
| 7/13/2014 12:35:51 PM |
Bob Denny |
|
| 7/13/2014 12:34:11 PM |
Bob Denny |
Changed the SystemStatus tiddler's _v() function to allow making a hidden element visible again. All calls to _v() are made for table row (<tr>) elements of the display, so if the _v() call is for visibility true, it changes the style to display:table-row.
Note that this is not working for the Scheduler rows in the Observatory column!! It works to hide the Scheduler rows if the scheduler is quit, but it does not re-show the scheduler rows if the scheduler is re-started. This is weird because by hiding them, the logic pretty much has to be right! |
| 7/13/2014 10:44:12 AM |
Bob Denny |
Adding Scheduler status and dispatcher control to System Status. Expanded the scope of this. This will accomplish SCHEDULER-601. |
| 7/12/2014 8:13:08 PM |
Bob Denny |
|
| 7/12/2014 8:07:00 PM |
Bob Denny |
Did this in the SystemStatus display, and also set the DOM variable __schdisp via JSON to true/false (boolean).
Incompletely tested but looking good. Committed asystemstatus even though it needs more testing. It looks great with the Scheduler in charge. |
| 7/12/2014 12:31:29 PM |
Bob Denny |
Bump this for 7.2 |
| 4/8/2014 8:19:17 AM |
Bob Denny |
Also see this Comm Center thread by Mark Williams. |
| 6/22/2012 3:56:19 PM |
Bob Denny |
|
| 6/22/2012 3:52:39 PM |
Bob Denny |
|
| 6/22/2012 2:35:23 PM |
Bob Denny |
Done with new Util.Scheduler.DispatcherStatus and Util.Scheduler.DispatcherEnabled properties. |
| 6/22/2012 2:10:22 PM |
Bob Denny |
Hey! This new property Util.SchedulerActive could be used to control the dispatcher too!! |
| 6/22/2012 8:34:09 AM |
Bob Denny |
How to tell when Scheduler has attached? Will need a Util property that Scheduler can set to indicate same. Will have to be set from within Scheduler at the same time Scheduler tells Agent to say "Scheduler has attached to me" :-) |
| 2/5/2012 5:03:36 PM |
Bob Denny |
Moved here from Scheduler since it relates to the ACP main web UI. |