Skip to content

Commit

Permalink
feat: opt statis html,issue: TencentBlueKing#327
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtian committed Dec 4, 2024
1 parent bd49097 commit eb807ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2179,7 +2179,8 @@ function CreateReporter() {
data += getTD(simple_args.join(" "))
data += getTD(item.remote_work_success && item.post_work_success)
data += getTD(item.remote_work_success && !item.post_work_success)
data += getTD(item.remote_work_start_time > 0 && !item.remote_work_success)
// data += getTD(item.remote_work_start_time > 0 && !item.remote_work_success)
data += getTD(!item.remote_work_success)
data += getTD(!item.pre_work_success && item.local_work_success)
data += getTD(!item.pre_work_success && !item.local_work_success)
// data += getTD(item.remote_work_start_time > 0 && !item.post_work_success && item.local_work_success)
Expand Down

0 comments on commit eb807ce

Please sign in to comment.