* Splice project name for the execution name.

This commit is contained in:
liuyongkai
2023-01-03 15:57:31 +08:00
parent 99a5a7cfaf
commit 734346e9bc
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -829,6 +829,9 @@ class screenModel extends model
{
$execution = $this->execution->getByID($executionID);
/* Splice project name for the execution name. */
$execution->name = $this->loadModel('project')->getByID($execution->project)->name . '--' . $execution->name;
/* Get date list. */
if(((strpos('closed,suspended', $execution->status) === false and helper::today() > $execution->end)
or ($execution->status == 'closed' and substr($execution->closedDate, 0, 10) > $execution->end)
+2 -1
View File
@@ -35,7 +35,8 @@ function initBurnChar()
title: {
text: execution.name,
textStyle: {
color: '#a1c4e9'
color: '#a1c4e9',
fontSize: 15
}
},
tooltip: {