Skip to content

Commit

Permalink
Merge pull request #4887 from scampower3/rename-fix-devices
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Jan 4, 2024
2 parents 29ea7be + 9b6de78 commit b3cf6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/dashboard/devices/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function load(page, devices) {
}

deviceHtml += "<div class='cardText'>";
deviceHtml += escapeHtml(device.Name);
deviceHtml += escapeHtml(device.CustomName || device.Name);
deviceHtml += '</div>';
deviceHtml += "<div class='cardText cardText-secondary'>";
deviceHtml += escapeHtml(device.AppName + ' ' + device.AppVersion);
Expand Down

0 comments on commit b3cf6e4

Please sign in to comment.