mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-11 18:32:13 +08:00
feat: 新增Mirror Maker 2.0(MM2)
This commit is contained in:
@@ -29,6 +29,9 @@ import ConnectDashboard from './ConnectDashboard';
|
||||
import Connectors from './Connect';
|
||||
import Workers from './Connect/Workers';
|
||||
|
||||
import MirrorMaker2 from './MirrorMaker2';
|
||||
import MirrorMakerDashboard from './MirrorMakerDashBoard';
|
||||
|
||||
const pageRoutes = [
|
||||
{
|
||||
path: '/',
|
||||
@@ -152,6 +155,18 @@ const pageRoutes = [
|
||||
component: Workers,
|
||||
noSider: false,
|
||||
},
|
||||
{
|
||||
path: 'replication',
|
||||
exact: true,
|
||||
component: MirrorMakerDashboard,
|
||||
noSider: false,
|
||||
},
|
||||
{
|
||||
path: 'replication/mirror-maker',
|
||||
exact: true,
|
||||
component: MirrorMaker2,
|
||||
noSider: false,
|
||||
},
|
||||
{
|
||||
path: 'security/acls',
|
||||
exact: true,
|
||||
|
||||
Reference in New Issue
Block a user