diff --git a/zero.Debug/Renderers/module.textwithimage.js b/zero.Debug/Renderers/module.textwithimage.js index 318a356a..1f2f7828 100644 --- a/zero.Debug/Renderers/module.textwithimage.js +++ b/zero.Debug/Renderers/module.textwithimage.js @@ -3,6 +3,7 @@ // define a preview which is rendered in the overview preview: { + label: false, template: '' }, diff --git a/zero.Debug/Renderers/page.root.js b/zero.Debug/Renderers/page.root.js new file mode 100644 index 00000000..b17dc694 --- /dev/null +++ b/zero.Debug/Renderers/page.root.js @@ -0,0 +1,7 @@ +import PageContent from './page.content'; + +export default { + alias: 'page.root', + tabs: PageContent.tabs, + fields: PageContent.fields +}; \ No newline at end of file diff --git a/zero.Web.UI/App/pages/notfound.vue b/zero.Web.UI/App/pages/notfound.vue index 81625ec5..4f3c3472 100644 --- a/zero.Web.UI/App/pages/notfound.vue +++ b/zero.Web.UI/App/pages/notfound.vue @@ -5,7 +5,7 @@ Not found
The requested resource could not be found
- ({{path}}) + {{path}}