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 54d1b07 commit 52fc73cCopy full SHA for 52fc73c
src/backend/rest.ts
@@ -238,7 +238,7 @@ export default class RestApiBackend implements Backend {
238
// check for cloud edition header
239
if (result.headers.get('X-Checkmk-Edition') !== 'cce' && process.env.BUILD_EDITION === 'CLOUD') {
240
throw new Error(
241
- 'Checkmk data source for Checkmk Cloud Edition« is only compatible with Checkmk Cloud Edition, but you are trying to connect to another edition.'
+ '»Checkmk data source for Checkmk Cloud Edition« is only compatible with Checkmk Cloud Edition, but you are trying to connect to another edition.'
242
);
243
}
244
0 commit comments