mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: batch upgrade nginx-ui on remote nodes #424.
This commit is contained in:
parent
f5a0a9ed50
commit
d389bb07ae
21 changed files with 1783 additions and 1039 deletions
|
@ -21,7 +21,7 @@ const current = computed({
|
|||
const languageAvailable = gettext.available
|
||||
|
||||
watch(current, v => {
|
||||
loadTranslations()
|
||||
loadTranslations(route)
|
||||
settings.set_language(v)
|
||||
gettext.current = v
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue