author | Belén Albeza <balbeza@mozilla.com> |
Thu, 11 Oct 2018 12:55:07 +0000 | |
changeset 440750 | e0a6c4e8624c4e565341b5d77181a7bfa4a42609 |
parent 440749 | 0ff0cb5364283cb55240c42e476ca1e5458ec567 |
child 440751 | a6481e1de633ece58bf7ad14bdd9b1159c2d2eca |
push id | 70795 |
push user | balbeza@mozilla.com |
push date | Thu, 11 Oct 2018 19:52:55 +0000 |
treeherder | autoland@e0a6c4e8624c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jdescottes |
bugs | 1498182 |
milestone | 64.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsForm.js | file | annotate | diff | comparison | revisions |
--- a/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsForm.js +++ b/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsForm.js @@ -41,17 +41,17 @@ class NetworkLocationsForm extends PureC } }, Localized( { id: "about-debugging-network-locations-host-input-label" }, dom.label( { - for: "about-debugging-network-locations-host-input", + htmlFor: "about-debugging-network-locations-host-input", }, "Host", ) ), dom.input({ id: "about-debugging-network-locations-host-input", className: "std-input js-network-form-input", placeholder: "localhost:6080",