apps to navigation
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user