@umbraco-cms/backoffice 14.0.0--preview004-ef21a09f → 14.0.0--preview004-7ae4e2a6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -31,7 +31,7 @@ export let UmbLogViewerWorkspaceElement = class UmbLogViewerWorkspaceElement ext
|
|
|
31
31
|
}
|
|
32
32
|
render() {
|
|
33
33
|
return html `
|
|
34
|
-
<umb-workspace-editor alias="Umb.Workspace.
|
|
34
|
+
<umb-workspace-editor alias="Umb.Workspace.LogViewer" headline="Log Viewer" .enforceNoFooter=${true}>
|
|
35
35
|
</umb-workspace-editor>
|
|
36
36
|
`;
|
|
37
37
|
}
|