mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-04 21:08:30 +08:00
welcome
This commit is contained in:
parent
dd6c17543c
commit
3dc7d77841
@ -6,10 +6,12 @@ import io.jpom.model.log.SystemMonitorLog;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* @author bwcx_jzy
|
||||
* @author Arno
|
||||
* @date 2019/9/13
|
||||
*/
|
||||
@Service
|
||||
public class DbSystemMonitorLogService extends BaseDbLogService<SystemMonitorLog> {
|
||||
|
||||
public DbSystemMonitorLogService() {
|
||||
super(SystemMonitorLog.TABLE_NAME, SystemMonitorLog.class);
|
||||
setKey("id");
|
||||
|
@ -270,10 +270,14 @@
|
||||
},
|
||||
series: series
|
||||
};
|
||||
try {
|
||||
if (!myEcharts) {
|
||||
myEcharts = echarts.init(document.getElementById('echarts'));
|
||||
}
|
||||
myEcharts.setOption(option);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
}
|
||||
|
||||
function loadProcessList() {
|
||||
@ -289,7 +293,6 @@
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user