* Change the label style of create build.

This commit is contained in:
tianshujie
2023-06-16 19:12:56 +08:00
parent b7d33e2257
commit 79228e244e
+1 -1
View File
@@ -557,7 +557,7 @@ class build extends control
$lastBuild = $this->build->getLast($executionID, $projectID);
if($lastBuild)
{
echo "<div class='help-block'> &nbsp; " . $this->lang->build->last . ": <a class='code label label-badge label-light' id='lastBuildBtn'>" . $lastBuild->name . "</a></div>";
echo "<div class='help-block'> &nbsp; " . $this->lang->build->last . ": <a class='code label light rounded-full' id='lastBuildBtn'>" . $lastBuild->name . "</a></div>";
}
else
{