Skip to content

Commit

Permalink
Change device key to device name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bencoombs committed Sep 19, 2024
1 parent dd5efeb commit 79be848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/pages/device/[deviceKey].vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const deviceKey = route.params.deviceKey;
<h1 class="mt-4 mb-2 text-iris">{{deviceRecord.deviceName}}</h1>
<!-- TODO: We might want to call this an Admin key if it has a reporting key -->

<h5>Device Key: {{ route.params.deviceKey }}</h5>
<h5>Device Name: {{ route.params.deviceKey }}</h5>
<div class="my-2"><span v-html="clickableLink(deviceRecord.description)"></span></div>

<div>
Expand Down

0 comments on commit 79be848

Please sign in to comment.