diff --git a/public/js/v2.0.1/app/ui/module/system_route.js b/public/js/v2.0.1/app/ui/module/system_route.js index 5919149a..72bf8348 100644 --- a/public/js/v2.0.1/app/ui/module/system_route.js +++ b/public/js/v2.0.1/app/ui/module/system_route.js @@ -922,7 +922,6 @@ define([ selected: false })) }; - console.log(data); requirejs(['text!templates/dialog/route_settings.html', 'mustache'], (template, Mustache) => { let content = Mustache.render(template, data); diff --git a/public/templates/dialog/route_settings.html b/public/templates/dialog/route_settings.html index a6034e0f..c4259519 100644 --- a/public/templates/dialog/route_settings.html +++ b/public/templates/dialog/route_settings.html @@ -1,3 +1,36 @@ + +