Bug 1401946 - Show profile path next to the open button. r=Mossop

This commit is contained in:
Henri Kemppainen 2017-09-21 16:31:12 +03:00
Родитель 84a3f3aa2e
Коммит f261b3579b
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -49,6 +49,7 @@ var snapshotFormatters = {
$("buildid-box").textContent = data.buildID;
if (data.updateChannel)
$("updatechannel-box").textContent = data.updateChannel;
$("profile-dir-box").textContent = Services.dirsvc.get("ProfD", Ci.nsIFile).path;
let statusText = strings.GetStringFromName("multiProcessStatus.unknown");

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

@ -166,6 +166,8 @@
#endif
#endif
</button>
<span id="profile-dir-box">
</span>
</td>
</tr>