зеркало из https://github.com/mozilla/treeherder.git
Merge pull request #1045 from MikeLing/mini_nit_fix
a trivial fix for controller.js
This commit is contained in:
Коммит
40af2834ec
|
@ -87,7 +87,7 @@ treeherder.controller('PluginCtrl', [
|
|||
$scope.eta = $scope.job.get_current_eta();
|
||||
$scope.eta_abs = Math.abs($scope.job.get_current_eta());
|
||||
$scope.typical_eta = $scope.job.get_typical_eta();
|
||||
$scope.jobRevision = ThResultSetStore.getSelectedJob($scope.repoName).job.revision
|
||||
$scope.jobRevision = ThResultSetStore.getSelectedJob($scope.repoName).job.revision;
|
||||
|
||||
// we handle which tab gets presented in the job details panel
|
||||
// and a special set of rules for talos
|
||||
|
|
Загрузка…
Ссылка в новой задаче