mirror of https://github.com/Fabio286/antares.git
fix: closing ask credential modal during a connection doesn't stops loading, closes #114
This commit is contained in:
parent
2480c76a08
commit
26446fb7ed
|
@ -454,6 +454,7 @@ export default {
|
|||
closeAsking () {
|
||||
this.isTesting = false;
|
||||
this.isAsking = false;
|
||||
this.isConnecting = false;
|
||||
},
|
||||
selectTab (tab) {
|
||||
this.selectedTab = tab;
|
||||
|
|
|
@ -12,6 +12,7 @@ const i18n = new VueI18n({
|
|||
'fr-FR': require('./fr-FR'),
|
||||
'pt-BR': require('./pt-BR'),
|
||||
'de-DE': require('./de-DE'),
|
||||
'vi-VN': require('./vi-VN'),
|
||||
'ja-JP': require('./ja-JP')
|
||||
}
|
||||
});
|
||||
|
|
|
@ -6,5 +6,6 @@ export default {
|
|||
'fr-FR': 'Français',
|
||||
'pt-BR': 'Português (Brasil)',
|
||||
'de-DE': 'Deutsch (Deutschland)',
|
||||
'vi-VN': 'Tiếng Việt',
|
||||
'ja-JP': '日本語'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue