1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Start implementing fields edit

This commit is contained in:
2020-06-26 18:14:16 +02:00
parent 85ac1bc85f
commit cc8dbb8df7
8 changed files with 176 additions and 53 deletions

View File

@ -45,7 +45,7 @@ export default {
computed: {
...mapGetters({
updateStatus: 'application/getUpdateStatus',
downloadPercentage: 'application/getDownloadProgress'// TODO: remove float
downloadPercentage: 'application/getDownloadProgress'
}),
updateMessage () {
switch (this.updateStatus) {