Commit 9b327d6a authored by Daniel's avatar Daniel Committed by Tao Feng

Expose the cluster to table_detail page (#333)

parent 77b45373
...@@ -119,6 +119,8 @@ class TableDetail extends React.Component<TableDetailProps & RouteComponentProps ...@@ -119,6 +119,8 @@ class TableDetail extends React.Component<TableDetailProps & RouteComponentProps
<div className="body-2"> <div className="body-2">
Datasets &bull;&nbsp; Datasets &bull;&nbsp;
{ getDatabaseDisplayName(data.database) } { getDatabaseDisplayName(data.database) }
&nbsp;&bull;&nbsp;
{ data.cluster }
{ {
data.is_view && <Flag text="Table View" labelStyle="primary"/> data.is_view && <Flag text="Table View" labelStyle="primary"/>
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment