* Adjust index page of api.

This commit is contained in:
zhujinyong
2021-12-23 13:27:41 +08:00
parent f384cdfb1b
commit d065d6077b
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -81,7 +81,6 @@
<div class="heading <?php echo $api->method;?>">
<a href="<?php echo helper::createLink('api', 'index', "libID={$api->lib}&moduleID=0&apiID={$api->id}&version=0&release=$release");?>">
<span class="label label-primary"><?php echo $api->method;?></span>
<span class="label label-warning" style="width: 60px"><?php echo apiModel::getApiStatusText($api->status);?></span>
<span class="path"><?php echo $api->path;?></span>
<span class="desc"><?php echo $api->title;?></span>
</a>