Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit f8b1360

Browse files
committed
fixes on overview and nodeview
1 parent 6eb7ac7 commit f8b1360

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/discover-cloud/contants.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ export const TabsContent = {
2626
text: () => (
2727
<>
2828
<TabsContentText>
29-
"The single node view you are currently using will of course be available on Netdata Cloud
29+
The single node view you are currently using will of course be available on Netdata Cloud
3030
as well. In addition, the charts and visualization on Netdata Cloud will be more flexible
3131
and powerful for troubleshooting than what is available on the agent.
3232
</TabsContentText>
3333
<TabsContentText>
3434
Netdata Cloud also comes with the Metric Correlations feature that lets you quickly find
3535
metrics and charts related to a particular window of interest that you want to explore
3636
further. By displaying the standard Netdata dashboard, filtered to show only charts that
37-
are relevant to the window of interest, you can get to the root cause sooner."
37+
are relevant to the window of interest, you can get to the root cause sooner.
3838
</TabsContentText>
3939
</>
4040
),
@@ -66,7 +66,7 @@ export const TabsContent = {
6666
</>
6767
),
6868
icon: "room_overview",
69-
image: "images/Overview.png",
69+
image: "images/overview.png",
7070
},
7171
Nodes: {
7272
id: "Nodes",

0 commit comments

Comments
 (0)