Skip to content

Commit a1d9f32

Browse files
committed
UI/UX: Remove unused button in alertLog monitoring anchorpane
1 parent f65c3ce commit a1d9f32

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/main/resources/fxml/HistoryMenu.fxml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,15 @@
111111
</padding>
112112
</Label>
113113
<JFXComboBox fx:id="alertLogServerComboBox" maxHeight="25.0" minHeight="25.0" minWidth="150.0" styleClass="basic-font" stylesheets="@../css/javaFx.css" unFocusColor="#ececec" />
114-
<Button mnemonicParsing="false" onAction="#monitoringAlertLog" styleClass="basic-font" text="조회" />
115-
<Button mnemonicParsing="false" styleClass="basic-font" text="새로고침" />
116-
<Button mnemonicParsing="false" styleClass="basic-font" text="엑셀출력" />
117-
<Button mnemonicParsing="false" styleClass="basic-font" text="그래프보기" />
114+
<JFXButton ellipsisString="" minHeight="20.0" onAction="#monitoringAlertLog" styleClass="basic-font" text="조회">
115+
<graphic>
116+
<FontAwesomeIconView fill="#01077dc7" glyphName="PLAY_CIRCLE" size="18">
117+
<cursor>
118+
<Cursor fx:constant="HAND" />
119+
</cursor>
120+
</FontAwesomeIconView>
121+
</graphic>
122+
</JFXButton>
118123
</items>
119124
</ToolBar>
120125
<Separator AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />

0 commit comments

Comments
 (0)