We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2628c commit 069794bCopy full SHA for 069794b
src/components/Settings.vue
@@ -58,8 +58,8 @@
58
<h3 class="text-xs-left"> Azioni </h3>
59
<v-card>
60
<div class="cardContent">
61
- <v-btn @click="shutdown" color="info">Spegni</v-btn>
62
- <v-btn @click="reboot" color="info">Riavvia</v-btn>
+ <v-btn @click="shutdown" color="info"><v-icon>fas fa-power-off</v-icon> Spegni</v-btn>
+ <v-btn @click="reboot" color="info"><v-icon>fas fa-redo</v-icon> Riavvia</v-btn>
63
<!--
64
<v-btn color="warning">Aggiorna</v-btn>
65
<v-btn color="error">Ripristina ad Impostazioni di fabbrica</v-btn>-->
@@ -452,4 +452,9 @@ export default {
452
padding: 16px;
453
}
454
455
+.fa, .fas, .fab {
456
+ font-weight: 600;
457
+ margin-right: 7px;
458
+ text-size:10px;
459
+}
460
</style>
0 commit comments