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 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
49
50
<v-btn color =" warning" @click =" dialog_restore=true" >
50
51
<v-icon icon =" mdi-restore" ></v-icon > {{ $t('message.settings_actions_reset') }}
51
52
</v-btn >
52
53
<v-btn slot =" activator" color =" error" dark @click =" dialog_reset=true" >
53
54
<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)
54
62
</v-btn >
55
63
<!-- ** Restore button + dialog box** -->
56
64
<v-dialog v-model =" dialog_shutdown" width =" 500" >
You can’t perform that action at this time.
0 commit comments