Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Bug 1052489 - Update the tooltip to show the description Default valu…
Browse files Browse the repository at this point in the history
…e ("fill me") is not displayed r=mdoglio
  • Loading branch information
sylvestre committed Aug 26, 2014
1 parent 2ceaee7 commit 2363d4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/app/js/directives/clonejobs.js
Expand Up @@ -90,6 +90,10 @@ treeherder.directive('thCloneJobs', [
result = result + " - " + duration + " mins";
}

if (job.job_type_description !== "fill me") {
result = result + " (" + job.job_type_description + ")";
}

return result;
};

Expand Down

0 comments on commit 2363d4c

Please sign in to comment.