Subscribe list add service name (#10650)
This commit is contained in:
parent
44115d8a89
commit
1311df0663
@ -187,6 +187,7 @@ class SubscriberList extends React.Component {
|
|||||||
<Row style={{ padding: 0 }}>
|
<Row style={{ padding: 0 }}>
|
||||||
<Col span="24" style={{ padding: 0 }}>
|
<Col span="24" style={{ padding: 0 }}>
|
||||||
<Table dataSource={subscribers} locale={{ empty: pubNoData }}>
|
<Table dataSource={subscribers} locale={{ empty: pubNoData }}>
|
||||||
|
<Column title={locale.serviceName} dataIndex="serviceName" />
|
||||||
<Column title={locale.address} dataIndex="addrStr" />
|
<Column title={locale.address} dataIndex="addrStr" />
|
||||||
<Column title={locale.clientVersion} dataIndex="agent" />
|
<Column title={locale.clientVersion} dataIndex="agent" />
|
||||||
<Column title={locale.appName} dataIndex="app" />
|
<Column title={locale.appName} dataIndex="app" />
|
||||||
|
Loading…
Reference in New Issue
Block a user