浏览代码

HUE-6248 [sentry] Remove references to RoutieJS

Enrico Berti 8 年之前
父节点
当前提交
d801a8afbb
共有 2 个文件被更改,包括 0 次插入10 次删除
  1. 0 5
      apps/security/src/security/templates/hive.mako
  2. 0 5
      apps/security/src/security/templates/sentry.mako

+ 0 - 5
apps/security/src/security/templates/hive.mako

@@ -562,11 +562,6 @@ ${ layout.menubar(section='hive1') }
 ${ tree.import_templates(itemClick='$root.assist.setPath', iconClick='$root.assist.togglePath', itemSelected='$root.assist.path() == path()', styleModifier='withPrivileges', iconModifier=treeIcons, anchorProperty='path', itemChecked='isChecked', styleModifierPullRight=withPrivilegesPullRight) }
 
 
-<script src="${ static('desktop/js/hue.routie.js') }" type="text/javascript" charset="utf-8"></script>
-<script>
-  routie.setPathname('/security');
-</script>
-
 <script src="${ static('security/js/hive.ko.js') }" type="text/javascript" charset="utf-8"></script>
 <script src="${ static('desktop/js/jquery.filechooser.js') }" type="text/javascript" charset="utf-8"></script>
 

+ 0 - 5
apps/security/src/security/templates/sentry.mako

@@ -618,11 +618,6 @@ ${ layout.menubar(section=component) }
 ${ tree.import_templates(itemClick='$root.assist.setPath', iconClick='$root.assist.togglePath', itemSelected='$root.assist.path() == path()', styleModifier='withPrivileges', iconModifier=treeIcons, anchorProperty='path', itemChecked='isChecked', styleModifierPullRight=withPrivilegesPullRight) }
 
 
-<script src="${ static('desktop/js/hue.routie.js') }" type="text/javascript" charset="utf-8"></script>
-<script>
-  routie.setPathname('/security');
-</script>
-
 <script src="${ static('security/js/sentry.ko.js') }" type="text/javascript" charset="utf-8"></script>
 <script src="${ static('desktop/js/jquery.filechooser.js') }" type="text/javascript" charset="utf-8"></script>