${searchType!''}
@@ -82,31 +68,6 @@
return;
}
- if (loadType == "showAnlySearchResult") {
- var template = $.templates("#anlyResultPanelTmpl");
- var htmlOutput = template.render({});
- $("#mainPanel").empty();
- $("#mainPanel").html(htmlOutput);
- var searchKey = $("#searchKey").val();
- var index = searchKey.indexOf(':');
- if (index != -1) {
- searchKey = searchKey.substr(index + 1);
- }
- toSearchAnlyResult(searchKey);
- return;
- }
-
- if (loadType == "showAnalysisResult") {
- var searchKey = $("#searchKey").val();
- var index = searchKey.indexOf(':');
- if (index != -1) {
- searchKey = searchKey.substr(index + 1);
- }
- viewResolver = new AnalysisResultViewResolver({baseUrl: "${_base}", treeId: searchKey});
- viewResolver.loadMainPage();
- return;
- }
-
if (loadType == "applicationList") {
loadAllApplications();
return;
@@ -139,16 +100,6 @@
return;
}
- if (loadType == "downloadAuthFile") {
- var template = $.templates("#downloadAuthFileTmpl");
- var htmlOutput = template.render({applicationCode: param});
- $("#mainPanel").empty();
- $("#mainPanel").html(htmlOutput);
- toDownloadAuthFile();
- return;
- }
-
-
$("#mainPanel").empty();
}
diff --git a/skywalking-webui/src/main/webapp/pages/usr/authfile/auth.ftl b/skywalking-webui/src/main/webapp/pages/usr/authfile/auth.ftl
deleted file mode 100644
index 5b4866f19..000000000
--- a/skywalking-webui/src/main/webapp/pages/usr/authfile/auth.ftl
+++ /dev/null
@@ -1,55 +0,0 @@
-<#macro downloadAuth>
-
-#macro>
\ No newline at end of file