* Modify jenkins locate.

This commit is contained in:
caoyanyi
2022-02-09 00:44:26 +00:00
parent cd560f74b3
commit 2262ae20c2
+1 -1
View File
@@ -43,7 +43,7 @@
<tr>
<td class='text-center'><?php echo $id; ?></td>
<td class='text' title='<?php echo $jenkins->name; ?>'><?php echo $jenkins->name; ?></td>
<td class='text' title='<?php echo $jenkins->url; ?>'><?php echo $jenkins->url; ?></td>
<td class='text' title='<?php echo $jenkins->url; ?>'><?php echo html::a($jenkins->url, $jenkins->url, '_blank'); ?></td>
<td class='c-actions text-left'>
<?php
common::printIcon('jenkins', 'edit', "jenkinsID=$id", '', 'list', 'edit');