You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{p.onlyShowPartitionsWithLag ? <span>All {topicEntries.length} topics have been filtered (no lag on any partition).</span> : null}
378
-
</Empty>
370
+
<Emptydescription={p.onlyShowPartitionsWithLag ? <span>All {topicEntries.length} topics have been filtered (no lag on any partition).</span> : 'No data found'}/>
return<Emptydescription={p.onlyShowPartitionsWithLag ? <span>All {memberEntries.length} members have been filtered (no lag on any partition).</span> : 'No data found'}/>
@@ -29,22 +27,20 @@ function renderNotConfigured() {
29
27
return(
30
28
<PageContent>
31
29
<Section>
32
-
<Emptydescription={null}>
33
-
<divstyle={{marginBottom: '1.5rem'}}>
34
-
<h2>Not Configured</h2>
35
-
36
-
<p>
37
-
Schema Registry is not configured in Redpanda Console.
38
-
<br/>
39
-
To view all registered schemas, their documentation and their versioned history simply provide the connection credentials in the Redpanda Console config.
40
-
</p>
41
-
</div>
42
-
30
+
<VStackgap={4}>
31
+
<Empty
32
+
description="Not Configured"
33
+
/>
34
+
<TexttextAlign="center">
35
+
Schema Registry is not configured in Redpanda Console.
36
+
<br/>
37
+
To view all registered schemas, their documentation and their versioned history simply provide the connection credentials in the Redpanda Console config.
38
+
</Text>
43
39
{/* todo: fix link once we have a better guide */}
@@ -56,22 +55,19 @@ function renderNotConfigured() {
56
55
return(
57
56
<PageContent>
58
57
<Section>
59
-
<Emptydescription={null}>
60
-
<divstyle={{marginBottom: '1.5rem'}}>
61
-
<h2>Not Configured</h2>
62
-
63
-
<p>
64
-
Schema Registry is not configured in Redpanda Console.
65
-
<br/>
66
-
To view all registered schemas, their documentation and their versioned history simply provide the connection credentials in the Redpanda Console config.
67
-
</p>
68
-
</div>
58
+
<VStackgap={4}>
59
+
<Emptydescription="Not Configured"/>
60
+
<TexttextAlign="center">
61
+
Schema Registry is not configured in Redpanda Console.
62
+
<br/>
63
+
To view all registered schemas, their documentation and their versioned history simply provide the connection credentials in the Redpanda Console config.
64
+
</Text>
69
65
70
66
{/* todo: fix link once we have a better guide */}
0 commit comments