Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fix IOT Devices section of Get Started page #17326

Merged
merged 1 commit into from
Jan 22, 2020

Conversation

leezu
Copy link
Contributor

@leezu leezu commented Jan 15, 2020

Description

  • Add missing iot urlParam
  • Fix use of potentially undefined variables. For example, the &iot=
    url parameter is typically unspecified, causing use of undefined
    variable javascript error leading to an empty page.

Example of broken IOT Devices section (Devices can't be selected)

image

Changes

  • Fix IOT Devices section of Get Started page

- Add missing iot urlParam
- Fix use of potentially undefined variables. For example, if the &processor=
  url parameter is unspecified, this would previously cause use of undefined
  variable javascript error leading to an empty page.
@codecov-io
Copy link

Codecov Report

Merging #17326 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #17326   +/-   ##
=======================================
  Coverage    67.5%    67.5%           
=======================================
  Files         275      275           
  Lines       31227    31227           
  Branches     4721     4721           
=======================================
  Hits        21080    21080           
  Misses       8780     8780           
  Partials     1367     1367

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e58623c...4cfeff5. Read the comment docs.

@leezu leezu added the pr-awaiting-review PR is waiting for code review label Jan 16, 2020
@leezu leezu requested a review from apeforest January 16, 2020 18:18
@szha szha merged commit b295d13 into apache:master Jan 22, 2020
@leezu leezu deleted the fixgetstarteddevices branch January 22, 2020 17:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr-awaiting-review PR is waiting for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants