зеркало из https://github.com/mozilla/treeherder.git
Bug 1184510 - Change some more UI references to 'result set' (#2137) r=emorley
This commit is contained in:
Родитель
be2969fdff
Коммит
52f0197927
|
@ -47,7 +47,7 @@ treeherder.directive('thAuthor', function () {
|
|||
scope.authorName = userTokens[0].trim();
|
||||
scope.authorEmail = email;
|
||||
},
|
||||
template: '<span title="View resultsets for {{authorName}}: {{authorEmail}}">' +
|
||||
template: '<span title="View pushes by {{authorEmail}}">' +
|
||||
'<a href="{{authorResultsetFilterUrl}}"' +
|
||||
'data-ignore-job-clear-on-click>{{authorName}}</a></span>'
|
||||
};
|
||||
|
|
|
@ -1108,10 +1108,10 @@ treeherder.factory('ThResultSetStore', [
|
|||
|
||||
// the job exists, but isn't in any loaded resultset.
|
||||
// provide a message and link to load the right resultset
|
||||
thNotify.send("Selected job id: " + selectedJobId + " not within current result set range.",
|
||||
thNotify.send("Selected job id: " + selectedJobId + " not within current push range.",
|
||||
"danger",
|
||||
true,
|
||||
"Load result set",
|
||||
"Load push",
|
||||
url);
|
||||
|
||||
});
|
||||
|
|
|
@ -63,7 +63,7 @@ treeherder.controller('SimilarJobsPluginCtrl', [
|
|||
thTabs.tabs.similarJobs.is_loading = false;
|
||||
},
|
||||
function(){
|
||||
thNotify.send("Error fetching result sets for similar jobs","danger");
|
||||
thNotify.send("Error fetching pushes for similar jobs","danger");
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
<table id="queryparams">
|
||||
<tr>
|
||||
<td><span class="queryparam">nojobs</span></td>
|
||||
<td>Load result sets and revisions without loading any job results.</td>
|
||||
<td>Load pushes without loading any job results.</td>
|
||||
<td><span class="queryparam">&nojobs</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Загрузка…
Ссылка в новой задаче