Skip to content

Commit 5f83386

Browse files
authored
Merge pull request #48981 from opayne1/OSDOCS-3926
OSDOCS-3926: removes depricated extension point and replaces with correct console-extensions.json
2 parents c7fe6a7 + 25784c0 commit 5f83386

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

modules/adding-tab-pods-page.adoc

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@ The following procedure adds a tab to the *Pod Details* page as an example exten
1515

1616
----
1717
{
18-
"type": "console.page/resource/tab",
19-
"properties": {
20-
"name": "Example Tab",
21-
"href": "example",
22-
"model": {
23-
"group": "core",
24-
"version": "v1",
25-
"kind": "Pod"
26-
},
27-
"component": { "$codeRef": "ExampleTab" }
18+
"type": "console.tab/horizontalNav",
19+
"properties": {
20+
"page": {
21+
"name": "Example Tab",
22+
"href": "example"
23+
},
24+
"model": {
25+
"group": "core",
26+
"version": "v1",
27+
"kind": "Pod"
28+
},
29+
"component": { "$codeRef": "ExampleTab" }
2830
}
2931
----
3032

0 commit comments

Comments
 (0)