Merge pull request #26 from grafana/small_fixes_of_oss_frontend

Texts update on the plugin configuration page
This commit is contained in:
Matvey Kukuy 2022-06-08 23:50:49 +03:00 committed by GitHub
commit cd46579a50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,14 +214,14 @@ export const PluginConfigPage = (props: Props) => {
<Legend>Configure Grafana OnCall</Legend>
{pluginStatusOk && (
<p>
Configuration was successfully created. Now you can find Grafana OnCall on right toolbar.{' '}
Plugin and the backend are connected! Check Grafana OnCall 👈👈👈{' '}
<img alt="Grafana OnCall Logo" src={logo} width={18} />
</p>
)}
{isSelfHostedInstall ? (
<div>
<p>{'Plugin <-> backend connection status'}</p>
<p>{'Plugin <-> backend connection status:'}</p>
<pre>
<Text type="link">{pluginStatusMessage}</Text>
</pre>
@ -287,7 +287,7 @@ export const PluginConfigPage = (props: Props) => {
</VerticalGroup>
<p>2. Conect the backend and the plugin </p>
<p>{'Plugin <-> backend connection status'}</p>
<p>{'Plugin <-> backend connection status:'}</p>
<pre>
<Text type="link">{pluginStatusMessage}</Text>
</pre>