Bug 1412093 - Fix thNotify when selected job not in range of pushes

This commit is contained in:
Cameron Dawson 2017-10-26 12:58:16 -07:00
Родитель 903bc52554
Коммит 1c4ee76326
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -1108,9 +1108,7 @@ treeherder.factory('ThResultSetStore', [
// provide a message and link to load the right resultset
thNotify.send("Selected job id: " + selectedJobId + " not within current push range.",
"danger",
true,
"Load push",
url);
{ sticky: true, linkText: "Load push", url });
});
}, function () {