Skip to content

Commit

Permalink
Update device control icons and labels
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Jun 4, 2023
1 parent ecf359b commit 9ea0adf
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions photon-client/src/views/SettingsViews/DeviceControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@click="$refs.offlineUpdate.click()"
>
<v-icon left>
mdi-update
mdi-upload
</v-icon>
Offline Update
</v-btn>
Expand All @@ -49,31 +49,32 @@
<v-divider style="margin: 12px 0;" />
<v-row>
<v-col
cols="12"
sm="6"
cols="12"
sm="6"
>
<v-btn
color="secondary"
@click="$refs.exportSettings.click()"
color="secondary"
@click="$refs.importSettings.click()"
>
<v-icon left>
mdi-download
mdi-import
</v-icon>
Export Settings
Import Settings
</v-btn>
</v-col>

<v-col
cols="12"
sm="6"
>
<v-btn
color="secondary"
@click="$refs.importSettings.click()"
@click="$refs.exportSettings.click()"
>
<v-icon left>
mdi-upload
mdi-export
</v-icon>
Import Settings
Export Settings
</v-btn>
</v-col>

Expand All @@ -86,9 +87,9 @@
@click="$refs.exportLogFile.click()"
>
<v-icon left>
mdi-file
mdi-download
</v-icon>
Export current log
Download Current Logs

<!-- Special hidden link that gets 'clicked' when the user exports journalctl logs -->
<a
Expand All @@ -113,7 +114,7 @@
@click="showLogs()"
>
<v-icon left>
mdi-bug
mdi-eye
</v-icon>
Show log viewer
</v-btn>
Expand Down

0 comments on commit 9ea0adf

Please sign in to comment.