relative url
This commit is contained in:
@@ -80,7 +80,7 @@ export class UmbDashboardTranslationDictionaryElement extends UmbLitElement {
|
||||
columnAlias: 'name',
|
||||
value: html`<a
|
||||
style="font-weight:bold"
|
||||
href="/section/dictionary/workspace/dictionary-item/edit/${dictionary.id}">
|
||||
href="section/dictionary/workspace/dictionary-item/edit/${dictionary.id}">
|
||||
${dictionary.name}</a
|
||||
> `,
|
||||
},
|
||||
|
||||
@@ -38,10 +38,7 @@ export class UmbDictionaryWorkspaceEditorElement extends UmbLitElement {
|
||||
return html`
|
||||
<umb-workspace-editor alias="Umb.Workspace.Dictionary">
|
||||
<div id="header" slot="header">
|
||||
<uui-button
|
||||
href="/section/dictionary/dashboard"
|
||||
label=${this.localize.term('general_backToOverview')}
|
||||
compact>
|
||||
<uui-button href="section/dictionary/dashboard" label=${this.localize.term('general_backToOverview')} compact>
|
||||
<uui-icon name="umb:arrow-left"></uui-icon>
|
||||
</uui-button>
|
||||
<uui-input
|
||||
|
||||
Reference in New Issue
Block a user