We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff6364 commit 3bbd059Copy full SHA for 3bbd059
src/Frontend/src/composables/serviceServiceControl.ts
@@ -41,9 +41,9 @@ export const monitoringConnectionState = reactive<ConnectionState>({
41
export const environment = reactive({
42
monitoring_version: "",
43
sc_version: "",
44
- minimum_supported_sc_version: "4.33.4",
+ minimum_supported_sc_version: "6.6.0",
45
is_compatible_with_sc: true,
46
- sp_version: window.defaultConfig && window.defaultConfig.version ? window.defaultConfig.version : "1.1.0",
+ sp_version: window.defaultConfig && window.defaultConfig.version ? window.defaultConfig.version : "1.2.0",
47
supportsArchiveGroups: false,
48
endpoints_error_url: "",
49
known_endpoints_url: "",
0 commit comments