Skip to content

Commit 069794b

Browse files
committed
Add Shutdown and Reboot icons
1 parent 2b2628c commit 069794b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/components/Settings.vue

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
<h3 class="text-xs-left"> Azioni </h3>
5959
<v-card>
6060
<div class="cardContent">
61-
<v-btn @click="shutdown" color="info">Spegni</v-btn>
62-
<v-btn @click="reboot" color="info">Riavvia</v-btn>
61+
<v-btn @click="shutdown" color="info"><v-icon>fas fa-power-off</v-icon> Spegni</v-btn>
62+
<v-btn @click="reboot" color="info"><v-icon>fas fa-redo</v-icon> Riavvia</v-btn>
6363
<!--
6464
<v-btn color="warning">Aggiorna</v-btn>
6565
<v-btn color="error">Ripristina ad Impostazioni di fabbrica</v-btn>-->
@@ -452,4 +452,9 @@ export default {
452452
padding: 16px;
453453
}
454454
455+
.fa, .fas, .fab {
456+
font-weight: 600;
457+
margin-right: 7px;
458+
text-size:10px;
459+
}
455460
</style>

0 commit comments

Comments
 (0)