We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7fe6a7 + 25784c0 commit 5f83386Copy full SHA for 5f83386
modules/adding-tab-pods-page.adoc
@@ -15,16 +15,18 @@ The following procedure adds a tab to the *Pod Details* page as an example exten
15
16
----
17
{
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" }
+ "type": "console.tab/horizontalNav",
+ "properties": {
+ "page": {
+ "name": "Example Tab",
+ "href": "example"
+ },
+ "model": {
+ "group": "core",
+ "version": "v1",
+ "kind": "Pod"
28
29
+ "component": { "$codeRef": "ExampleTab" }
30
}
31
32
0 commit comments