diff --git a/src/north/OIAnalytics/OIAnalytics.schema.jsx b/src/north/OIAnalytics/OIAnalytics.schema.jsx index 1cdaaea1a0..3a8c479dbb 100644 --- a/src/north/OIAnalytics/OIAnalytics.schema.jsx +++ b/src/north/OIAnalytics/OIAnalytics.schema.jsx @@ -1,7 +1,7 @@ import React from 'react' import { notEmpty, startsWith, combinedValidations } from '../../services/validation.service' -import screenshot from './screenshot.png' import userpass from './userpass.png' +import oiaApiKeyGen from './oia-api-key-gen.png' const schema = { name: 'OIAnalytics' } schema.form = { @@ -14,15 +14,25 @@ schema.form = {

OIAnalytics sends the received values/file to OIAnalytics.

-

To fill the user and password :

+

To fill the username and password:

diff --git a/src/north/OIAnalytics/oia-api-key-gen.png b/src/north/OIAnalytics/oia-api-key-gen.png new file mode 100644 index 0000000000..009568f3d7 Binary files /dev/null and b/src/north/OIAnalytics/oia-api-key-gen.png differ diff --git a/src/north/OIAnalytics/screenshot.png b/src/north/OIAnalytics/screenshot.png deleted file mode 100644 index 4b6950e8a4..0000000000 Binary files a/src/north/OIAnalytics/screenshot.png and /dev/null differ