Skip to content

Commit

Permalink
gluon-status-page: use mac80211 identifier (phy)
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Apr 22, 2021
1 parent dc400c9 commit aaaf02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package/gluon-status-page/javascript/status-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,7 @@
var tr = document.createElement('tr');

var th = document.createElement('th');
// TODO enhancement possible, as soon as #2204 is resolved
// (use actual radio names)
th.textContent = "radio";
th.textContent = "phy" + radio.phy;
tr.appendChild(th);

var td = document.createElement('td');
Expand Down

0 comments on commit aaaf02b

Please sign in to comment.