perf:系统设置及asset界面调整 & overview map tooltip调整 &其他修改
1.系统设置界面调整 2.overview map tooltip样式调整 3.endpoint 查询metric接口调整 4.asset 左侧菜单调整
This commit is contained in:
@@ -563,7 +563,7 @@
|
||||
this.queryData = [];
|
||||
this.tableData = [];
|
||||
this.tableDataCopy = '';
|
||||
this.$get("/prom/api/v1/query?query={job='ed_" + this.currentEndpoint.id + "'}&time=" + this.formatTime).then(response=>{
|
||||
this.$get("/prom/api/v1/query?query={endpoint='" + this.currentEndpoint.id + "'}&time=" + this.formatTime).then(response=>{
|
||||
if(response.status==="success"){
|
||||
let results = response.data.result;
|
||||
this.queryData=JSON.parse(JSON.stringify(results));
|
||||
|
||||
Reference in New Issue
Block a user