Kaynağa Gözat

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

Enrico Berti 8 yıl önce
ebeveyn
işleme
0613bb497b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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) {