|
2 | 2 |
|
3 | 3 | <?import com.jfoenix.controls.JFXButton?> |
4 | 4 | <?import com.jfoenix.controls.JFXTabPane?> |
5 | | -<?import javafx.scene.control.ChoiceBox?> |
6 | | -<?import javafx.scene.control.Tab?> |
7 | | -<?import javafx.scene.control.TextArea?> |
8 | | -<?import javafx.scene.control.TextField?> |
9 | | -<?import javafx.scene.layout.AnchorPane?> |
10 | | -<?import javafx.scene.text.Font?> |
11 | | -<?import javafx.scene.text.Text?> |
12 | | - |
| 5 | +<?import javafx.scene.control.*?> |
| 6 | +<?import javafx.scene.layout.*?> |
| 7 | +<?import javafx.scene.text.*?> |
13 | 8 | <AnchorPane prefHeight="647.0" prefWidth="1046.0" stylesheets="@../css/main.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fun.fireline.controller.JenkinsController"> |
14 | 9 |
|
15 | 10 | <children> |
|
39 | 34 |
|
40 | 35 | <JFXTabPane layoutY="35.0" prefHeight="612.0" prefWidth="1048.0"> |
41 | 36 | <tabs> |
| 37 | + |
42 | 38 | <Tab text="基本信息"> |
43 | 39 | <content> |
44 | 40 | <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="644.0" prefWidth="901.0"> |
|
51 | 47 | </AnchorPane> |
52 | 48 | </content> |
53 | 49 | </Tab> |
| 50 | + |
54 | 51 | <Tab text="文件读取/命令执行"> |
55 | 52 | <content> |
56 | 53 | <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0"> |
|
69 | 66 | </AnchorPane> |
70 | 67 | </content> |
71 | 68 | </Tab> |
| 69 | + |
| 70 | +<!-- <Tab text="批量检查"> |
| 71 | + <content> |
| 72 | + <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0"> |
| 73 | + <children> |
| 74 | + <ChoiceBox fx:id="thread" layoutX="66.0" layoutY="6.0" prefHeight="3.0" prefWidth="36.0" /> |
| 75 | + <Text layoutX="19.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="线程"> |
| 76 | + <font> |
| 77 | + <Font size="15.0" /> |
| 78 | + </font> |
| 79 | + </Text> |
| 80 | + <Button fx:id="import_file" layoutX="800.0" layoutY="5.0" mnemonicParsing="false" onAction="#get_execute_cmd" prefHeight="18.0" prefWidth="50.0" text="导入"> |
| 81 | + <font> |
| 82 | + <Font size="15.0" /> |
| 83 | + </font> |
| 84 | + </Button> |
| 85 | + <TextField fx:id="file_path" layoutX="129.0" layoutY="6.0" prefHeight="27.0" prefWidth="660.0" /> |
| 86 | + <Text fx:id="time" layoutX="923.0" layoutY="24.0" strokeType="OUTSIDE" strokeWidth="0.0" text="用时 %s"> |
| 87 | + <font> |
| 88 | + <Font size="15.0" /> |
| 89 | + </font> |
| 90 | + </Text> |
| 91 | + <TableView fx:id="table_view" layoutY="40.0" prefHeight="524.0" prefWidth="1040.0"> |
| 92 | + <columns> |
| 93 | + <TableColumn fx:id="id" prefWidth="57.0" text="序号" /> |
| 94 | + <TableColumn fx:id="target" prefWidth="481.0" text="目标" /> |
| 95 | + <TableColumn fx:id="isVul" prefWidth="500.0" text="是否存在漏洞" /> |
| 96 | + </columns> |
| 97 | + </TableView> |
| 98 | + <Button fx:id="export_file" layoutX="860.0" layoutY="5.0" mnemonicParsing="false" onAction="#get_execute_cmd" prefHeight="18.0" prefWidth="50.0" text="导出"> |
| 99 | + <font> |
| 100 | + <Font size="15.0" /> |
| 101 | + </font> |
| 102 | + </Button> |
| 103 | + </children></AnchorPane> |
| 104 | + </content> |
| 105 | + </Tab>--> |
| 106 | + |
| 107 | + |
72 | 108 | </tabs> |
73 | 109 | </JFXTabPane> |
74 | 110 |
|
|
0 commit comments