diff --git a/sirepo/package_data/static/css/sirepo.css b/sirepo/package_data/static/css/sirepo.css index 14fbc8c334..a8e49e264b 100644 --- a/sirepo/package_data/static/css/sirepo.css +++ b/sirepo/package_data/static/css/sirepo.css @@ -352,6 +352,14 @@ .sr-panel-running .sr-panel-wait { font-weight: bold; } + .sr-panel-waiting { + background-color: #777; + } + .sr-panel-waiting .sr-panel-wait { + color: white; + display: block; + z-index: 1000; + } .sr-hide-report { opacity: 0; height: 0; diff --git a/sirepo/package_data/static/js/sirepo-beamline.js b/sirepo/package_data/static/js/sirepo-beamline.js index 867e1541cb..72d832e3a6 100644 --- a/sirepo/package_data/static/js/sirepo-beamline.js +++ b/sirepo/package_data/static/js/sirepo-beamline.js @@ -843,7 +843,7 @@ SIREPO.app.directive('watchPointList', function(appState, beamlineService) { }; }); -SIREPO.app.directive('beamlineAnimation', function(appState, frameCache, persistentSimulation) { +SIREPO.app.directive('beamlineAnimation', function(appState, frameCache, panelState, persistentSimulation) { return { restrict: 'A', scope: {}, @@ -865,7 +865,7 @@ SIREPO.app.directive('beamlineAnimation', function(appState, frameCache, persist