Subscribe list add service name (#10650)

This commit is contained in:
TomlongTK 2023-06-19 10:42:53 +08:00 committed by GitHub
parent 44115d8a89
commit 1311df0663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" />