* Add gitlab binduser funcs.

This commit is contained in:
dingguodong
2021-06-15 15:26:11 +08:00
parent 3b7a2c21d0
commit 8deca355ba
4 changed files with 159 additions and 51 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
<?php
common::printLink('gitlab', 'webhook', "gitlabID=$id", "<i class='icon icon-plus'></i>");
common::printIcon('gitlab', 'edit', "gitlabID=$id", '', 'list', 'edit');
common::printIcon('gitlab', 'bind', "gitlabID=$id", '', 'list', 'group');
common::printIcon('gitlab', 'binduser', "id=$id", '', 'list', 'group');
if(common::hasPriv('gitlab', 'delete')) echo html::a($this->createLink('gitlab', 'delete', "gitlabID=$id"), '<i class="icon-trash"></i>', 'hiddenwin', "title='{$lang->gitlab->delete}' class='btn'");
?>
</td>