Browse Source

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

Enrico Berti 8 năm trước cách đây
mục cha
commit
0613bb497b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
           }},
           { url: '/notebook/notebooks', app: function (ctx) {