浏览代码

HUE-6533 [frontend] Add missing /notebook URL to Hue 4

Enrico Berti 8 年之前
父节点
当前提交
0613bb4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/templates/hue.mako

+ 1 - 1
desktop/core/src/desktop/templates/hue.mako

@@ -945,7 +945,7 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
               });
               });
             }
             }
           }},
           }},
-          { url: '/notebook/editor', app: function (ctx) {
+          { url: '/notebook/notebook', app: function (ctx) {
             page('/notebook?' + ctx.querystring);
             page('/notebook?' + ctx.querystring);
           }},
           }},
           { url: '/notebook/notebooks', app: function (ctx) {
           { url: '/notebook/notebooks', app: function (ctx) {