+
{{ $t('DayZ Docker Server') }}
\ No newline at end of file
diff --git a/web/docroot/src/components/Modinfo.vue b/web/docroot/src/components/Modinfo.vue
index 4a4c0a3..0ccf1a6 100644
--- a/web/docroot/src/components/Modinfo.vue
+++ b/web/docroot/src/components/Modinfo.vue
@@ -3,8 +3,7 @@ import { useFetch } from "@vueuse/core"
import XmlFile from '@/components/XmlFile.vue'
import { useAppStore } from '@/store.js'
const store = useAppStore()
-import { config } from '@/config'
-const { data, error } = useFetch(() => config.baseUrl + `/mod/${store.modId}`, {
+const { data, error } = useFetch(() => `/mod/${store.modId}`, {
immediate: false,
refetch: true
}).get().json()
diff --git a/web/docroot/src/components/Status.vue b/web/docroot/src/components/Status.vue
index f6f16b0..5de9d4b 100644
--- a/web/docroot/src/components/Status.vue
+++ b/web/docroot/src/components/Status.vue
@@ -1,27 +1,107 @@
-
-
- {{ $t('Logged into Steam') }}:
-
-
+
+
+
+ {{ $t('Logged into Steam') }}:
+
+
+
-
- {{ $t('Server files installed') }}:
-
-
-
-
- {{ $t('Version') }}: {{ store.steamStatus.version }}
- ({{ store.steamStatus.appid }})
-
-
-
+
+
+
+
+ {{ $t('Stable Server files installed') }}:
+
+
+
-
+
+
+
+
+ {{ $t('Experimental Server files installed') }}:
+
+
+
+
+
+
+
+
+ {{ $t('Version') }}: {{ store.steamStatus.version }}
+ ({{ store.steamStatus.appid }})
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/web/docroot/src/components/Steam.vue b/web/docroot/src/components/Steam.vue
index 98dcef3..bffea9a 100644
--- a/web/docroot/src/components/Steam.vue
+++ b/web/docroot/src/components/Steam.vue
@@ -1,4 +1,5 @@
-
-
{{ $t('Already logged in to steam') }}
-
-
+
+
+
{{ $t('Already logged in to steam') }}
+
+
+
-
-
-
-
- {{ $t('There are no saved Steam credentials. To install the server files and mods, please login to Steam') }}
+
+
+
{{ $t('There are no saved Steam credentials. To install the server files and mods, please login to Steam') }}
-
+
-
+
+
+
-
+
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
diff --git a/web/docroot/src/components/XmlFile.vue b/web/docroot/src/components/XmlFile.vue
index 291cae4..94bed39 100644
--- a/web/docroot/src/components/XmlFile.vue
+++ b/web/docroot/src/components/XmlFile.vue
@@ -1,10 +1,9 @@