From 7d8c79cd05aa3f729ded1e66563129c18734eb3c Mon Sep 17 00:00:00 2001 From: shiyj <1098226878@qq.com> Date: 星期六, 31 八月 2019 14:04:40 +0800 Subject: [PATCH] 新增功能调试第一版 --- JobService/src/main/resources/templates/HcFtpToFileSystemConfigList.html | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/JobService/src/main/resources/templates/prvncFtpToFileSystemConfigList.html b/JobService/src/main/resources/templates/HcFtpToFileSystemConfigList.html similarity index 98% rename from JobService/src/main/resources/templates/prvncFtpToFileSystemConfigList.html rename to JobService/src/main/resources/templates/HcFtpToFileSystemConfigList.html index 1919727..51c646f 100644 --- a/JobService/src/main/resources/templates/prvncFtpToFileSystemConfigList.html +++ b/JobService/src/main/resources/templates/HcFtpToFileSystemConfigList.html @@ -4,7 +4,7 @@ <title>閫氱敤FTP鏁版嵁鏂囦欢涓嶵FS浼犳帴</title> <!-- <link rel="stylesheet" href="../ftpcss/bootstrap-combined.min.css"/>--> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css" /> - <link rel="stylesheet" type="text/css" href="../css/prvncFtpToFileSystemConfigList.css" /> + <link rel="stylesheet" type="text/css" href="../css/HcFtpToFileSystemConfigList.css" /> </head> <body> <nav class="navbar navbar-default" role="navigation"> @@ -267,9 +267,6 @@ <div class="col-md-8"> <select class="form-control" name="uOrDNew" id="uOrDNew" onchange="queryTaskAttr(this,'New')"> - <option value="D"> - FTP鏂囦欢淇濆瓨鑷砊FS - </option> <option value="U"> TFS鏂囦欢淇濆瓨鑷矲TP </option> @@ -541,6 +538,6 @@ <script type="text/javascript" src="../js/bootstrap.min.js"></script> <script type="text/javascript" src="../js/bootstrap-paginator.js"></script> <script type="text/javascript" - src="../js/prvncFtpToFileSystemConfigList.js"></script> + src="../js/HcFtpToFileSystemConfigList.js"></script> </body> </html> \ No newline at end of file -- Gitblit v1.8.0