Skip to content

Commit bb0fda3

Browse files
authored
support optional kibana url (#197)
1 parent 06d7c14 commit bb0fda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/elements/Cluster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function Cluster({ cluster, roles }) {
3838
{cluster.consoleUrl}
3939
</a>
4040
],
41-
[
41+
cluster.kibanaUrl !== null && [
4242
'Kibana',
4343
<a href={`${cluster.kibanaUrl}`} target="_blank" rel="noopener noreferrer">
4444
{cluster.kibanaUrl}

0 commit comments

Comments
 (0)