mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 04:18:30 -04:00
[Status Page] Enable Edit Mode only if the token is presented
This commit is contained in:
parent
00738edbe7
commit
59cdacc052
3 changed files with 10 additions and 4 deletions
|
@ -498,9 +498,11 @@ export default {
|
|||
},
|
||||
|
||||
edit() {
|
||||
this.$root.initSocketIO(true);
|
||||
this.enableEditMode = true;
|
||||
this.clickedEditButton = true;
|
||||
if (this.hasToken) {
|
||||
this.$root.initSocketIO(true);
|
||||
this.enableEditMode = true;
|
||||
this.clickedEditButton = true;
|
||||
}
|
||||
},
|
||||
|
||||
save() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue