Bug 1281820 - Remove a few more references to artifacts from the ui

This commit is contained in:
William Lachance 2016-10-18 14:14:20 -04:00
Родитель 1b0d0f27f8
Коммит 6ff8cef532
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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);