MiddleProxy
- +Backend
Index: community/js/devtools.js =================================================================== diff -u -r7154860376fa697966bcd404e42fd08a85c3a6a5 -r5fcbf822f8ae036449179a3213c57d2ef741ca84 --- community/js/devtools.js (.../devtools.js) (revision 7154860376fa697966bcd404e42fd08a85c3a6a5) +++ community/js/devtools.js (.../devtools.js) (revision 5fcbf822f8ae036449179a3213c57d2ef741ca84) @@ -10,6 +10,17 @@ //좌측 메뉴 setSideMenu("sidebar_menu_dashboard", ""); + }); } + +function middleProxy(){ + $.cookie('cookie', 'middle-proxy'); + location.href = '/swagger-ui/index.html'; +} + +function backendCore(){ + $.cookie('cookie', 'backend-core'); + location.href = '/swagger-ui.html'; +} Index: plugins/datatables/extensions/ColReorder/images/insert.png =================================================================== diff -u -r03c69d4228b4cf87de7c4c068482f5b9b7757315 -r5fcbf822f8ae036449179a3213c57d2ef741ca84 --- plugins/datatables/extensions/ColReorder/images/insert.png (.../insert.png) (revision 03c69d4228b4cf87de7c4c068482f5b9b7757315) +++ plugins/datatables/extensions/ColReorder/images/insert.png (.../insert.png) (revision 5fcbf822f8ae036449179a3213c57d2ef741ca84) @@ -84,7 +84,7 @@ var str = window.location.href; if (str.indexOf("313.co.kr") > 0) { console.log("313"); - window.location.replace("http://www.313.co.kr:9999/community/index.html?page=devtools"); + window.location.replace("http://www.313.co.kr:9999/community/template.html?page=devtools"); } else if (str.indexOf("a-rms.net") > 0) { console.log("a-rms"); window.location.replace("http://www.a-rms.net:9999/arms");