зеркало из https://github.com/mozilla/treeherder.git
Bug 1458633 - Fix bug wrongly added to list of bugs to use for classification
This commit is contained in:
Родитель
8ba5d26a1f
Коммит
50d5538926
|
@ -36,7 +36,7 @@ export default function StaticLineOption(props) {
|
|||
{!canClassify || pinBoard.isPinned(job) &&
|
||||
<button
|
||||
className="btn btn-xs btn-light-bordered"
|
||||
onClick={pinBoard.addBug({ id: option.bugNumber }, job)}
|
||||
onClick={() => pinBoard.addBug({ id: option.bugNumber }, job)}
|
||||
title="add to list of bugs to associate with all pinned jobs"
|
||||
><i className="fa fa-thumb-tack" /></button>}
|
||||
{!!option.bugResolution &&
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<autoclassify-tab
|
||||
ng-if="tabService.tabs.autoClassification.enabled"
|
||||
job="job"
|
||||
logs-parsed="jobLogsAllParsed"
|
||||
has-logs="job_log_urls.length > 0"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<div>
|
||||
<div>
|
||||
<performance-tab
|
||||
ng-if="tabService.tabs.perfDetails.enabled"
|
||||
perf-job-detail="perfJobDetail"
|
||||
repo-name="repoName"
|
||||
revision="jobRevision"
|
||||
|
|
Загрузка…
Ссылка в новой задаче