Prechádzať zdrojové kódy

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

Enrico Berti 8 rokov pred
rodič
commit
0613bb497b

+ 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) {