зеркало из https://github.com/mozilla/treeherder.git
Bug 1281820 - Remove a few more references to artifacts from the ui
This commit is contained in:
Родитель
1b0d0f27f8
Коммит
6ff8cef532
|
@ -773,12 +773,12 @@ treeherder.factory('ThUnstructuredLine', ['thExtendProperties',
|
|||
treeherder.controller('ClassificationPluginCtrl', [
|
||||
'$q', '$scope', '$rootScope', 'ThLog', 'thEvents', 'thTabs',
|
||||
'$timeout', 'thNotify', 'ThFailureLinesModel', 'ThClassifiedFailuresModel',
|
||||
'ThMatcherModel', 'ThJobArtifactModel', 'ThTextLogSummaryModel', 'ThStructuredLine',
|
||||
'ThMatcherModel', 'ThTextLogSummaryModel', 'ThStructuredLine',
|
||||
'ThUnstructuredLine',
|
||||
function ClassificationPluginCtrl(
|
||||
$q, $scope, $rootScope, ThLog, thEvents, thTabs,
|
||||
$timeout, thNotify, ThFailureLinesModel, ThClassifiedFailuresModel,
|
||||
ThMatcherModel, ThJobArtifactModel, ThTextLogSummaryModel, ThStructuredLine,
|
||||
ThMatcherModel, ThTextLogSummaryModel, ThStructuredLine,
|
||||
ThUnstructuredLine) {
|
||||
var $log = new ThLog(this.constructor.name);
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
treeherder.controller('SimilarJobsPluginCtrl', [
|
||||
'$scope', 'ThLog', 'ThJobModel', 'ThTextLogStepModel', 'thResultStatusInfo',
|
||||
'thEvents', 'numberFilter', 'dateFilter', 'thClassificationTypes',
|
||||
'thResultStatus', 'ThJobArtifactModel', 'ThResultSetModel', 'thNotify',
|
||||
'thResultStatus', 'ThResultSetModel', 'thNotify',
|
||||
'thTabs',
|
||||
function SimilarJobsPluginCtrl(
|
||||
$scope, ThLog, ThJobModel, ThTextLogStepModel, thResultStatusInfo,
|
||||
thEvents, numberFilter, dateFilter, thClassificationTypes,
|
||||
thResultStatus, ThJobArtifactModel, ThResultSetModel, thNotify,
|
||||
thResultStatus, ThResultSetModel, thNotify,
|
||||
thTabs) {
|
||||
|
||||
var $log = new ThLog(this.constructor.name);
|
||||
|
|
Загрузка…
Ссылка в новой задаче