File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 4646 <v-btn color =" info" @click =" dialog_reboot=true" >
4747 <v-icon icon =" mdi-restart" ></v-icon > {{ $t('message.settings_actions_restart') }}
4848 </v-btn >
49+ <<<<<<< HEAD
4950 <v-btn color =" warning" @click =" dialog_restore=true" >
5051 <v-icon icon =" mdi-restore" ></v-icon > {{ $t('message.settings_actions_reset') }}
5152 </v-btn >
5253 <v-btn slot =" activator" color =" error" dark @click =" dialog_reset=true" >
5354 <v-icon icon =" mdi-store-cog" ></v-icon > {{ $t('message.settings_actions_reset_factory') }}
55+ =======
56+ <v-btn @click =" restoreConfig" color =" warning" >
57+ <v-icon icon =" mdi-restore" ></v-icon > {{ $t('message.settings_actions_restore') }}
58+ </v-btn >
59+ <v-btn slot =" activator" color =" error" dark @click =" dialog_reset = true" >
60+ <v-icon icon =" mdi-store-cog" ></v-icon > {{ $t('message.settings_actions_reset') }}
61+ >>>>>>> aedc603 (wip #92)
5462 </v-btn >
5563 <!-- ** Restore button + dialog box** -->
5664 <v-dialog v-model =" dialog_shutdown" width =" 500" >
You can’t perform that action at this time.
0 commit comments