File tree Expand file tree Collapse file tree 4 files changed +34
-51
lines changed
frontend/packages/gitops-plugin Expand file tree Collapse file tree 4 files changed +34
-51
lines changed Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "type" : " console.flag/model" ,
4
+ "properties" : {
5
+ "model" : {
6
+ "group" : " pipelines.openshift.io" ,
7
+ "version" : " v1alpha1" ,
8
+ "kind" : " GitopsService"
9
+ },
10
+ "flag" : " OPENSHIFT_GITOPS"
11
+ }
12
+ },
13
+ {
14
+ "type" : " console.page/route" ,
15
+ "properties" : {
16
+ "exact" : true ,
17
+ "path" : " /environments" ,
18
+ "component" : { "$codeRef" : " listPage.default" }
19
+ }
20
+ },
21
+ {
22
+ "type" : " console.page/route" ,
23
+ "properties" : {
24
+ "exact" : true ,
25
+ "path" : " /environments/:appName" ,
26
+ "component" : { "$codeRef" : " detailsPage.default" }
27
+ }
28
+ },
2
29
{
3
30
"type" : " console.navigation/href" ,
4
31
"properties" : {
Original file line number Diff line number Diff line change 9
9
"test" : " yarn --cwd ../.. test packages/gitops-plugin"
10
10
},
11
11
"consolePlugin" : {
12
- "entry" : " src/plugin.tsx"
12
+ "entry" : " src/plugin.ts" ,
13
+ "exposedModules" : {
14
+ "listPage" : " src/components/GitOpsListPage.tsx" ,
15
+ "detailsPage" : " src/components/GitOpsDetailsPage.tsx"
16
+ }
13
17
}
14
18
}
Original file line number Diff line number Diff line change
1
+ // See console-extensions.json instead
2
+ export default [ ] ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments