|
101 | 101 | <children> |
102 | 102 | <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"> |
103 | 103 | <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> |
105 | 108 | <styleClass> |
106 | 109 | <String fx:value="basic-font" /> |
107 | 110 | <String fx:value="bold" /> |
108 | 111 | </styleClass> |
109 | | - <padding> |
110 | | - <Insets right="10.0" /> |
111 | | - </padding> |
112 | 112 | </Label> |
113 | 113 | <JFXComboBox fx:id="alertLogServerComboBox" maxHeight="25.0" minHeight="25.0" minWidth="150.0" styleClass="basic-font" stylesheets="@../css/javaFx.css" unFocusColor="#ececec" /> |
114 | 114 | <JFXButton ellipsisString="" minHeight="20.0" onAction="#monitoringAlertLog" styleClass="basic-font" text="조회"> |
|
125 | 125 | <Separator AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" /> |
126 | 126 | </children> |
127 | 127 | </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> |
133 | 155 | <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"> |
134 | 156 | <children> |
135 | 157 | <AnchorPane maxWidth="400.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0"> |
|
230 | 252 | <Separator prefWidth="200.0" AnchorPane.bottomAnchor="108.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" /> |
231 | 253 | </children> |
232 | 254 | <padding> |
233 | | - <Insets bottom="10.0" left="10.0" right="10.0" /> |
| 255 | + <Insets bottom="10.0" left="5.0" right="5.0" /> |
234 | 256 | </padding> |
235 | 257 | </AnchorPane> |
236 | 258 | </content> |
|
0 commit comments