diff options
-rw-r--r-- | lib/AdminPanel/Module/Services.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/AdminPanel/Module/Services.pm b/lib/AdminPanel/Module/Services.pm index 675646b..d8c5a4d 100644 --- a/lib/AdminPanel/Module/Services.pm +++ b/lib/AdminPanel/Module/Services.pm @@ -459,10 +459,11 @@ sub _servicePanel { if ($wEvent->reason() == $yui::YEvent::ValueChanged) { $item = $serviceTbl->changedItem(); if ($item) { - + yui::YUI::app()->busyCursor(); set_service($item->label(), $item->checked()); # we can push/pop service, but this (slower) should return real situation $self->_refreshRunningServices(); + yui::YUI::app()->normalCursor(); } } } |