Skip to content

Commit a374df4

Browse files
committed
UI/UX: Create UI region that show information related alertlog monitoring result like overview, error docs
1 parent a1d9f32 commit a374df4

File tree

1 file changed

+32
-10
lines changed

1 file changed

+32
-10
lines changed

src/main/resources/fxml/HistoryMenu.fxml

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@
101101
<children>
102102
<ToolBar nodeOrientation="LEFT_TO_RIGHT" style="-fx-background-color: #ffffff00;" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
103103
<items>
104-
<Label text="Remote Server선택">
104+
<Label fx:id="label" minHeight="20.0" text="Server 선택">
105+
<padding>
106+
<Insets right="10.0" />
107+
</padding>
105108
<styleClass>
106109
<String fx:value="basic-font" />
107110
<String fx:value="bold" />
108111
</styleClass>
109-
<padding>
110-
<Insets right="10.0" />
111-
</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" />
114114
<JFXButton ellipsisString="" minHeight="20.0" onAction="#monitoringAlertLog" styleClass="basic-font" text="조회">
@@ -125,11 +125,33 @@
125125
<Separator AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
126126
</children>
127127
</AnchorPane>
128-
<AnchorPane style="-fx-effect: dropshadow(three-pass-box, rgba(0,0,0,0.5), 10, 0, 0, 0); -fx-border-color: #e1e1e1; -fx-border-width: 0.5px; -fx-background-color: white;" AnchorPane.bottomAnchor="125.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="50.0">
129-
<children>
130-
<JFXListView fx:id="alertLogLV" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
131-
</children>
132-
</AnchorPane>
128+
<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">
129+
<items>
130+
<JFXListView fx:id="alertLogLV" style="-fx-background-color: white;" />
131+
<TabPane minWidth="150.0" tabMaxWidth="60.0">
132+
<tabs>
133+
<Tab closable="false" text="Overview">
134+
<content>
135+
<AnchorPane>
136+
<children>
137+
<JFXListView fx:id="alertLogOverviewLV" style="-fx-background-color: white;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
138+
</children>
139+
</AnchorPane>
140+
</content>
141+
</Tab>
142+
<Tab closable="false" text="Error Docs">
143+
<content>
144+
<AnchorPane>
145+
<children>
146+
<JFXListView style="-fx-background-color: white;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
147+
</children>
148+
</AnchorPane>
149+
</content>
150+
</Tab>
151+
</tabs>
152+
</TabPane>
153+
</items>
154+
</SplitPane>
133155
<AnchorPane layoutX="204.0" layoutY="317.0" maxHeight="150.0" minHeight="150.0" prefHeight="150.0" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
134156
<children>
135157
<AnchorPane maxWidth="400.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
@@ -230,7 +252,7 @@
230252
<Separator prefWidth="200.0" AnchorPane.bottomAnchor="108.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
231253
</children>
232254
<padding>
233-
<Insets bottom="10.0" left="10.0" right="10.0" />
255+
<Insets bottom="10.0" left="5.0" right="5.0" />
234256
</padding>
235257
</AnchorPane>
236258
</content>

0 commit comments

Comments
 (0)