mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Contentfooter
- brackets - use BUILD_COMMIT and BUILD_COMMIT_SHORT - check for null value instead of 0000000
This commit is contained in:
parent
9024534eac
commit
3eb2e4b541
@ -16,11 +16,11 @@
|
||||
App version {{ version }}
|
||||
</a>
|
||||
<a
|
||||
v-if="shortHash !== '00000000'"
|
||||
v-if="hash"
|
||||
:href="'https://github.com/gradido/gradido/commit/' + hash"
|
||||
target="_blank"
|
||||
>
|
||||
{{ shortHash }}
|
||||
({{ shortHash }})
|
||||
</a>
|
||||
</div>
|
||||
</b-col>
|
||||
@ -66,8 +66,8 @@ export default {
|
||||
return {
|
||||
year: new Date().getFullYear(),
|
||||
version: CONFIG.APP_VERSION,
|
||||
hash: CONFIG.COMMIT_HASH,
|
||||
shortHash: CONFIG.COMMIT_HASH.substr(0, 8),
|
||||
hash: CONFIG.BUILD_COMMIT,
|
||||
shortHash: CONFIG.BUILD_COMMIT_SHORT,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user