Skip to content

Commit 0376839

Browse files
committed
Added spaces
1 parent bfb899b commit 0376839

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

src/containers/Dashboard.tsx

+5-6
Original file line numberDiff line numberDiff line change
@@ -338,15 +338,14 @@ export default class Dashboard extends ApiComponent<
338338

339339
const replacements = [
340340
<span>
341-
<i>myawesomecompany.com</i>
341+
<i> myawesomecompany.com </i>
342342
</span>,
343-
344-
<i>captain.myawesomecompany.com</i>,
345-
<i>foo.bar.myawesomecompany.com</i>,
343+
<i> captain.myawesomecompany.com </i>,
344+
<i> foo.bar.myawesomecompany.com </i>,
346345
<p>
347346
<b> Type:</b> <u>A</u>, <b>Name (or host):</b>{' '}
348-
<u>*.caprover-root</u>, <b> IP (or Points to):</b>{' '}
349-
<u>110.120.130.140</u>
347+
<u> *.caprover-root</u>, <b> IP (or Points to):</b>{' '}
348+
<u> 110.120.130.140 </u>
350349
</p>,
351350
]
352351
const translatedBody = Utils.formatText(

src/containers/monitoring/NetDataDescription.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default class NetDataDescription extends Component {
1717
{localize(
1818
'netdata.speed_efficiency',
1919
'NetData is fast and efficient, designed to permanently run on all systems (physical & virtual servers, containers, IoT devices), without disrupting their core function. The current image of NetData embeded in CapRover uses a default configuration for statistics'
20-
)}
20+
)}{' '}
2121
<NewTabLink url="https://docs.netdata.cloud/docs/anonymous-statistics/">
2222
{localize('netdata.statistics_link', '(see here)')}
2323
</NewTabLink>
@@ -32,7 +32,7 @@ export default class NetDataDescription extends Component {
3232
{localize(
3333
'netdata.caprover_interface',
3434
'CapRover provides a simple interface to enable NetData on your CapRover instance. Currently, CapRover only supports installing NetData on your <b>leader node</b>, i.e., the node where CapRover instance resides. This limitation is due to a limitation in Docker interface'
35-
)}
35+
)}{' '}
3636
<NewTabLink url="https://github.com/moby/moby/issues/25885/">
3737
{localize(
3838
'netdata.docker_limitation_link',
@@ -47,7 +47,7 @@ export default class NetDataDescription extends Component {
4747
'netdata.more_details',
4848
'For more details regarding NetData, visit their GitHub page'
4949
)}
50-
</i>
50+
</i>{' '}
5151
<NewTabLink url="https://github.com/firehol/netdata/">
5252
{localize('netdata.github_link', '(see here)')}
5353
</NewTabLink>

0 commit comments

Comments
 (0)