Revert "fix: change url for firmware info to"
This reverts commit dfa0a1c98b.
This commit is contained in:
parent
dfa0a1c98b
commit
32913c2b2e
@ -74,9 +74,9 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
versionInfoUrl(): string {
|
versionInfoUrl(): string {
|
||||||
if (this.systemStatus.git_is_hash) {
|
if (this.systemStatus.git_is_hash) {
|
||||||
return 'https://github.com/helgeerbe/OpenDTU-OnBattery/commits/' + this.systemStatus.git_hash;
|
return 'https://github.com/tbnobody/OpenDTU/commits/' + this.systemStatus.git_hash;
|
||||||
}
|
}
|
||||||
return 'https://github.com/helgeerbe/OpenDTU-OnBattery/releases/tag/' + this.systemStatus.git_hash;
|
return 'https://github.com/tbnobody/OpenDTU/releases/tag/' + this.systemStatus.git_hash;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user