Merge pull request #26 from grafana/small_fixes_of_oss_frontend
Texts update on the plugin configuration page
This commit is contained in:
commit
cd46579a50
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue