apps to navigation

This commit is contained in:
Jesper Møller Jensen
2023-06-08 17:18:07 +12:00
parent 52cae368b9
commit b99ec68197
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ export class UmbPropertyEditorUIBlockGridInnerTestElement extends UmbLitElement
return html`<div>
inner: ${this.name}
<uui-tab-group slot="tabs">
<uui-tab-group slot="navigation">
<uui-tab
label="INNER TAB 1"
href="${this._routerPath}/inner-1"

View File

@@ -79,7 +79,7 @@ export class UmbPropertyEditorUIBlockGridElement extends UmbLitElement implement
? html`<div>
umb-property-editor-ui-block-grid, inner routing test:
<uui-tab-group slot="tabs">
<uui-tab-group slot="navigation">
<uui-tab
label="TAB 1"
href="${this._routerPath + '/'}modal-1"

View File

@@ -152,7 +152,7 @@ export class UmbWorkspaceEditorElement extends UmbLitElement {
return html`
${!this.hideNavigation && this._workspaceViews.length > 1
? html`
<uui-tab-group slot="tabs">
<uui-tab-group slot="navigation">
${repeat(
this._workspaceViews,
(view) => view.alias,

View File

@@ -126,7 +126,7 @@ export class UmbLogViewerWorkspaceElement extends UmbLitElement {
return html`
${this._workspaceViews.length > 1
? html`
<uui-tab-group slot="tabs">
<uui-tab-group slot="navigation">
${repeat(
this._workspaceViews,
(view) => view.alias,