Skip to content

Commit

Permalink
Include message in OTA Ui
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Jan 23, 2024
1 parent e808922 commit 89ebcbf
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/views/dashboard/devices/Ota/OtaUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
<h5>Start update?</h5>
<p>You are about to start a OTA Update<br>
<br>
Branch <b-badge variant="primary">{{ this.branch }}</b-badge> with Version <b-badge variant="primary">{{ this.version }}</b-badge>
Branch <b-badge variant="primary">{{ this.branch }}</b-badge> with Version <b-badge
variant="primary">{{ this.version }}</b-badge>
</p>
<br>
</b-col>
Expand Down Expand Up @@ -168,15 +169,21 @@ export default {
updates: [],
fieldsUpdates: [
{
key: 'id',
thClass: "width0"
},
{
key: 'version',
thClass: "width0"
},
{
key: 'status',
thClass: "width0"
},
{
key: 'id',
thClass: "width0"
key: 'message',
},
{
key: 'startedAt',
Expand Down Expand Up @@ -374,7 +381,7 @@ export default {

<style scoped lang="scss">
:deep(.startedWith) {
width: 190px;
width: 200px;
}
.online {
Expand Down

0 comments on commit 89ebcbf

Please sign in to comment.