|
@@ -90,7 +90,7 @@ exports[`Details view matches snapshot 1`] = `
|
|
|
<a
|
|
|
aria-current="page"
|
|
|
className="is-active"
|
|
|
- href="/ui/clusters/my-cluster/connects/my-connect/connectors/my-connector"
|
|
|
+ href="/clusters/my-cluster/connects/my-connect/connectors/my-connector"
|
|
|
onClick={[Function]}
|
|
|
style={Object {}}
|
|
|
>
|
|
@@ -98,14 +98,14 @@ exports[`Details view matches snapshot 1`] = `
|
|
|
</a>
|
|
|
<a
|
|
|
aria-current={null}
|
|
|
- href="/ui/clusters/my-cluster/connects/my-connect/connectors/my-connector/tasks"
|
|
|
+ href="/clusters/my-cluster/connects/my-connect/connectors/my-connector/tasks"
|
|
|
onClick={[Function]}
|
|
|
>
|
|
|
Tasks
|
|
|
</a>
|
|
|
<a
|
|
|
aria-current={null}
|
|
|
- href="/ui/clusters/my-cluster/connects/my-connect/connectors/my-connector/config"
|
|
|
+ href="/clusters/my-cluster/connects/my-connect/connectors/my-connector/config"
|
|
|
onClick={[Function]}
|
|
|
>
|
|
|
Config
|
|
@@ -122,7 +122,7 @@ exports[`Details view matches snapshot 1`] = `
|
|
|
Object {
|
|
|
"hash": "",
|
|
|
"key": "test",
|
|
|
- "pathname": "/ui/clusters/my-cluster/connects/my-connect/connectors/my-connector",
|
|
|
+ "pathname": "/clusters/my-cluster/connects/my-connect/connectors/my-connector",
|
|
|
"search": "",
|
|
|
},
|
|
|
],
|
|
@@ -135,7 +135,7 @@ exports[`Details view matches snapshot 1`] = `
|
|
|
"location": Object {
|
|
|
"hash": "",
|
|
|
"key": "test",
|
|
|
- "pathname": "/ui/clusters/my-cluster/connects/my-connect/connectors/my-connector",
|
|
|
+ "pathname": "/clusters/my-cluster/connects/my-connect/connectors/my-connector",
|
|
|
"search": "",
|
|
|
},
|
|
|
"push": [Function],
|
|
@@ -146,7 +146,7 @@ exports[`Details view matches snapshot 1`] = `
|
|
|
Object {
|
|
|
"hash": "",
|
|
|
"key": "test",
|
|
|
- "pathname": "/ui/clusters/my-cluster/connects/my-connect/connectors/my-connector",
|
|
|
+ "pathname": "/clusters/my-cluster/connects/my-connect/connectors/my-connector",
|
|
|
"search": "",
|
|
|
}
|
|
|
}
|
|
@@ -158,8 +158,8 @@ exports[`Details view matches snapshot 1`] = `
|
|
|
"connectName": "my-connect",
|
|
|
"connectorName": "my-connector",
|
|
|
},
|
|
|
- "path": "/ui/clusters/:clusterName/connects/:connectName/connectors/:connectorName",
|
|
|
- "url": "/ui/clusters/my-cluster/connects/my-connect/connectors/my-connector",
|
|
|
+ "path": "/clusters/:clusterName/connects/:connectName/connectors/:connectorName",
|
|
|
+ "url": "/clusters/my-cluster/connects/my-connect/connectors/my-connector",
|
|
|
}
|
|
|
}
|
|
|
/>
|