diff --git a/web/src/main/webapp/common/services/preference.service.js b/web/src/main/webapp/common/services/preference.service.js index b7a392c54..891f949bc 100644 --- a/web/src/main/webapp/common/services/preference.service.js +++ b/web/src/main/webapp/common/services/preference.service.js @@ -34,7 +34,20 @@ realtimeScatterPeriod: 5 * 60 * 1000,//5m responseType: [ "1s", "3s", "5s", "Slow", "Error" ], responseTypeColor: [ "#2ca02c", "#3c81fa", "#f8c731", "#f69124", "#f53034" ], - agentAllStr: "All" + agentAllStr: "All", + updateTimes: [{ + time: 10, + label: '10 seconds' + },{ + time: 20, + label: '20 seconds' + }, { + time: 30, + label: '30 seconds' + }, { + time: 60, + label: '1 minute' + }] } }); @@ -85,6 +98,9 @@ this.getAgentAllStr = function() { return cfg.cst.agentAllStr; }; + this.getUpdateTimes = function() { + return cfg.cst.updateTimes; + } this.getResponseTypeFormat = function() { var o = {}; $.each( cfg.cst.responseType, function( index, value ) { diff --git a/web/src/main/webapp/components/time-slider/time-slider.js b/web/src/main/webapp/components/time-slider/time-slider.js index ec1c66fcf..30b5c8b41 100644 --- a/web/src/main/webapp/components/time-slider/time-slider.js +++ b/web/src/main/webapp/components/time-slider/time-slider.js @@ -24,8 +24,7 @@ "headerZoneHeight": 20, // 상단 시간 표시영역의 height "stateLineThickness": 4, // 상태선의 두께 "minSliderTimeSeries": 6000, // 6sec - // "maxSliderTimeSeries": 172800000, // 2day - "maxSelectionTimeSeries": 172800000, + "maxSelectionTimeSeries": 172800000, // 2day "headerTextTopPadding": 10, // 상단 상태선과 시간 text의 간격 "selectionPointRadius": 4 }; diff --git a/web/src/main/webapp/features/agentInfo/agentInfoMain.html b/web/src/main/webapp/features/agentInfo/agentInfoMain.html index a640a92d8..b0d1b2898 100644 --- a/web/src/main/webapp/features/agentInfo/agentInfoMain.html +++ b/web/src/main/webapp/features/agentInfo/agentInfoMain.html @@ -64,10 +64,10 @@ Application Name - {{agent.applicationName}} - {{agent.applicationName}} + {{agent.applicationName}} + {{agent.applicationName}} Agent Version - {{agent.agentVersion}} + {{agent.agentVersion}} Agent Id diff --git a/web/src/main/webapp/features/agentList/agentList.html b/web/src/main/webapp/features/agentList/agentList.html index 4538b9c8a..75f2c982c 100644 --- a/web/src/main/webapp/features/agentList/agentList.html +++ b/web/src/main/webapp/features/agentList/agentList.html @@ -9,7 +9,7 @@ {{key}} -