Преглед на файлове

HUE-8310 Broken template for multiple custom apps (#700)

HUE-8310 [core] Broken template for multiple custom apps
Max T преди 7 години
родител
ревизия
763081f1d6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      desktop/core/src/desktop/templates/hue.mako

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

@@ -1274,7 +1274,7 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
                 self.currentContextParams(ctx.params);
                 self.currentQueryString(ctx.querystring);
                 self.loadApp('${ other.display_name }', true)
-              }}
+              }},
             % endfor
           % endif
         ];