зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1401946
- Show profile path next to the open button. r=Mossop
This commit is contained in:
Родитель
84a3f3aa2e
Коммит
f261b3579b
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче