* Fix bug#12082.

This commit is contained in:
qiyu-xie
2021-04-16 16:01:43 +08:00
parent ec0c6bd04b
commit bfa6fa768f
-4
View File
@@ -19,10 +19,6 @@
</div>
<form id='jenkinsForm' method='post' class='form-ajax'>
<table class='table table-form'>
<tr>
<th class='thWidth'></th>
<td colspan="2"><?php echo $lang->jenkins->tips; ?></td>
</tr>
<tr>
<th><?php echo $lang->jenkins->name; ?></th>
<td class='required'><?php echo html::input('name', $jenkins->name, "class='form-control'"); ?></td>