Skip to content

Commit 2a92aa6

Browse files
committed
Fix AlarmLogTable Seach Title to match the actual input Start / End Time - message time
1 parent 9bdb8c1 commit 2a92aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/alarm/logging-ui/src/main/resources/org/phoebus/applications/alarm/logging/ui/AdvancedSearchView.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<TextField fx:id="searchHost" GridPane.columnSpan="2" GridPane.rowIndex="13" />
4949
<Label text="%Command" GridPane.rowIndex="14" />
5050
<TextField fx:id="searchCommand" GridPane.columnSpan="2" GridPane.rowIndex="15" />
51-
<Label text="%Time" GridPane.columnSpan="2" GridPane.rowIndex="16">
51+
<Label text="%MessageTime" GridPane.columnSpan="2" GridPane.rowIndex="16">
5252
<GridPane.margin>
5353
<Insets top="5.0" />
5454
</GridPane.margin>

0 commit comments

Comments
 (0)