Skip to content
Snippets Groups Projects
Commit fae77805 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Added a UI configurable monitoring

parent a0115b33
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ public class MonitoringDialogViewModel extends ViewModelBase<MonitoringDialogVie
}
getView( ).getStatus( ).setText( status );
getView( ).getStatus( ).getStyleClass( ).remove( "monitoringRunning" );
getView( ).getStatus( ).getStyleClass( ).remove( "monitoringTerminated" );
getView( ).getStatus( ).getStyleClass( ).remove( "noMonitoringStarted" );
getView( ).getStatus( ).getStyleClass( ).add( style );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment