Skip to content

Commit 27539f2

Browse files
committed
UI/UX: UI design in the alert log monitoring area when monitoring is not executed
1 parent 9e63176 commit 27539f2

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

src/main/resources/fxml/AlertLogMonitoringMenu.fxml

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,39 @@
116116
</AnchorPane>
117117
<SplitPane dividerPositions="0.8" layoutX="1.0" layoutY="41.0" style="-fx-effect: dropshadow(three-pass-box, rgba(0,0,0,0.5), 10, 0, 0, 0);" AnchorPane.bottomAnchor="125.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="50.0">
118118
<items>
119-
<JFXListView fx:id="alertLogLV" style="-fx-background-color: white;" styleClass="gray-scrollbar" stylesheets="@../css/javaFx.css" />
119+
<AnchorPane style="-fx-background-color: white;">
120+
<children>
121+
<JFXListView fx:id="alertLogLV" style="-fx-background-color: white;" styleClass="gray-scrollbar" stylesheets="@../css/javaFx.css" visible="false" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
122+
<AnchorPane styleClass="basic-font" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
123+
<children>
124+
<Label alignment="CENTER" contentDisplay="TOP" graphicTextGap="10.0" text="원하시는 기간의 Alert Log를 조회해주세요." AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
125+
<graphic>
126+
<FontAwesomeIconView fill="#737373" glyphName="SEARCH_MINUS" size="30" />
127+
</graphic>
128+
</Label>
129+
</children>
130+
</AnchorPane>
131+
</children>
132+
</AnchorPane>
120133
<TabPane minWidth="150.0" style="-fx-font-size: 10px;" tabMaxWidth="60.0">
121134
<tabs>
122135
<Tab closable="false" text="Summary">
123136
<content>
124137
<AnchorPane prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: white;">
125138
<children>
126-
<StackPane fx:id="alertLogSummarySP" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
139+
<StackPane fx:id="alertLogSummarySP" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
140+
<children>
141+
<AnchorPane styleClass="basic-font">
142+
<children>
143+
<Label alignment="CENTER" contentDisplay="TOP" graphicTextGap="10.0" text="원하시는 기간의 Alert Log를 조회해주세요." AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
144+
<graphic>
145+
<FontAwesomeIconView fill="#737373" glyphName="SEARCH_MINUS" size="30" />
146+
</graphic>
147+
</Label>
148+
</children>
149+
</AnchorPane>
150+
</children>
151+
</StackPane>
127152
</children></AnchorPane>
128153
</content>
129154
</Tab>

0 commit comments

Comments
 (0)