Skip to content

Commit abdc11c

Browse files
committed
CSSTUDIO-2572 Set prompt text.
1 parent 48c7496 commit abdc11c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/logbook/olog/ui/src/main/java/org/phoebus/logbook/olog/ui/LogEntryDisplayController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ public void initialize() {
115115
goForwardButton.disableProperty().addListener(goForwardButtonDisabledPropertyChangeListener);
116116
goForwardButtonDisabledPropertyChangeListener.changed(goForwardButton.disableProperty(), false, true);
117117
}
118+
119+
jumpToLogEntryTextField.setPromptText("Log Entry ID");
118120
}
119121

120122
@FXML

0 commit comments

Comments
 (0)