File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 46
46
<v-btn color =" info" @click =" dialog_reboot=true" >
47
47
<v-icon icon =" mdi-restart" ></v-icon > {{ $t('message.settings_actions_restart') }}
48
48
</v-btn >
49
- <<<<<<< HEAD
50
49
<v-btn color =" warning" @click =" dialog_restore=true" >
51
- <v-icon icon =" mdi-restore" ></v-icon > {{ $t('message.settings_actions_reset') }}
52
- </v-btn >
53
- <v-btn slot =" activator" color =" error" dark @click =" dialog_reset=true" >
54
- <v-icon icon =" mdi-store-cog" ></v-icon > {{ $t('message.settings_actions_reset_factory') }}
55
- =======
56
- <v-btn @click =" restoreConfig" color =" warning" >
57
50
<v-icon icon =" mdi-restore" ></v-icon > {{ $t('message.settings_actions_restore') }}
58
51
</v-btn >
59
- <v-btn slot =" activator" color =" error" dark @click =" dialog_reset = true" >
52
+ <v-btn slot =" activator" color =" error" dark @click =" dialog_reset= true" >
60
53
<v-icon icon =" mdi-store-cog" ></v-icon > {{ $t('message.settings_actions_reset') }}
61
- >>>>>>> aedc603 (wip #92)
62
54
</v-btn >
63
55
<!-- ** Restore button + dialog box** -->
64
56
<v-dialog v-model =" dialog_shutdown" width =" 500" >
You can’t perform that action at this time.
0 commit comments