Skip to content

Commit

Permalink
Fix AlarmLogTable Seach Title to match the actual input Start / End T…
Browse files Browse the repository at this point in the history
…ime - message time
  • Loading branch information
jeonghanlee committed Oct 18, 2024
1 parent 9bdb8c1 commit 2a92aa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<TextField fx:id="searchHost" GridPane.columnSpan="2" GridPane.rowIndex="13" />
<Label text="%Command" GridPane.rowIndex="14" />
<TextField fx:id="searchCommand" GridPane.columnSpan="2" GridPane.rowIndex="15" />
<Label text="%Time" GridPane.columnSpan="2" GridPane.rowIndex="16">
<Label text="%MessageTime" GridPane.columnSpan="2" GridPane.rowIndex="16">
<GridPane.margin>
<Insets top="5.0" />
</GridPane.margin>
Expand Down

0 comments on commit 2a92aa6

Please sign in to comment.