jenkins server maintain

This commit is contained in:
aaron
2019-12-13 10:09:58 +08:00
parent 9fe8a6aba9
commit 87c93dcfba
-1
View File
@@ -41,7 +41,6 @@
<td class='required'><?php echo html::input('serviceUrl', $jenkins->serviceUrl, "class='form-control'"); ?></td>
<td></td>
</tr>
<tr>
<th><?php echo $lang->jenkins->username; ?></th>
<td><?php echo html::input('username', $jenkins->username, "rows='3' class='form-control'"); ?></td>