|
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 | | - <Button mnemonicParsing="false" 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> |
118 | 123 | </items> |
119 | 124 | </ToolBar> |
120 | 125 | <Separator AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" /> |
121 | 126 | </children> |
122 | 127 | </AnchorPane> |
123 | | - <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"> |
124 | | - <children> |
125 | | - <JFXListView fx:id="alertLogLV" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" /> |
126 | | - </children> |
127 | | - </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> |
128 | 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"> |
129 | 156 | <children> |
130 | 157 | <AnchorPane maxWidth="400.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0"> |
|
225 | 252 | <Separator prefWidth="200.0" AnchorPane.bottomAnchor="108.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" /> |
226 | 253 | </children> |
227 | 254 | <padding> |
228 | | - <Insets bottom="10.0" left="10.0" right="10.0" /> |
| 255 | + <Insets bottom="10.0" left="5.0" right="5.0" /> |
229 | 256 | </padding> |
230 | 257 | </AnchorPane> |
231 | 258 | </content> |
|
0 commit comments