Changed git hash link
This commit is contained in:
parent
25f62d4681
commit
fbaa49be31
@ -122,10 +122,10 @@ export default defineComponent({
|
||||
},
|
||||
versionInfoUrl(): string {
|
||||
if (this.systemStatus.git_is_hash) {
|
||||
return 'https://github.com/tbnobody/OpenDTU/commits/' + this.systemStatus.git_hash;
|
||||
return 'https://github.com/funghi999/OpenDTU-DUO-Fusion/commits/' + this.systemStatus.git_hash;
|
||||
}
|
||||
return 'https://github.com/funghi999/OpenDTU-DUO-Fusion/releases/tag/' + this.systemStatus.git_hash;
|
||||
}
|
||||
return 'https://github.com/tbnobody/OpenDTU/releases/tag/' + this.systemStatus.git_hash;
|
||||
},
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user