Your don't have any service health data available. Maybe you don't have an ElasticSearch instance connected to your Otoroshi
-To do that, add a data exporter sending events to an ElasticSearch and settings to read events from your ElasticSeach in the Danger Zone
++ Your don't have any service health data available. Maybe you don't have an ElasticSearch + instance connected to your Otoroshi +
++ To do that, add a data exporter sending events to + an ElasticSearch and settings to read events from your ElasticSeach in the{' '} + Danger Zone +
> ); } diff --git a/otoroshi/javascript/src/pages/ScriptsPage.js b/otoroshi/javascript/src/pages/ScriptsPage.js index 33482a947b..268378569f 100644 --- a/otoroshi/javascript/src/pages/ScriptsPage.js +++ b/otoroshi/javascript/src/pages/ScriptsPage.js @@ -461,7 +461,7 @@ export class ScriptsPage extends Component { columns = [ { title: 'Name', content: (item) => item.name }, - { title: 'Description', content: (item) => item.desc }, + { title: 'Description', content: (item) => item.desc }, ]; formFlow = ['_loc', 'id', 'name', 'desc', 'type', 'compilation', 'code', 'metadata']; diff --git a/otoroshi/javascript/src/pages/ServiceHealthPage.js b/otoroshi/javascript/src/pages/ServiceHealthPage.js index a57a5bc01c..2993de9bfc 100644 --- a/otoroshi/javascript/src/pages/ServiceHealthPage.js +++ b/otoroshi/javascript/src/pages/ServiceHealthPage.js @@ -74,11 +74,18 @@ export class ServiceHealthPage extends Component { if (!this.state.service || !this.state.status.length) { return ( <> -Your don't have any service health data available. Maybe you don't have an ElasticSearch instance connected to your Otoroshi
-To do that, add a data exporter sending events to an ElasticSearch and settings to read events from your ElasticSeach in the Danger Zone
++ Your don't have any service health data available. Maybe you don't have an ElasticSearch + instance connected to your Otoroshi +
++ To do that, add a data exporter sending events to + an ElasticSearch and settings to read events from your ElasticSeach in the{' '} + Danger Zone +
> - ) - }; + ); + } return (