pull/109/head
Mr Chen 6 years ago
parent 7c641ac247
commit f1b517f251
  1. 1
      plugins/simdht/index.py
  2. 2
      plugins/simdht/js/simdht.js

@ -126,6 +126,7 @@ def stop():
file = initDreplace()
data = public.execShell(file + ' stop')
if data[1] == '':
public.execShell('rm -rf /tmp/mysql.sock')
return 'ok'
return 'fail'

@ -107,7 +107,7 @@ function dhtTrendRender() {
// 指定图表的配置项和数据
var option = {
title: {
text: '接口流量实时',
text: '种子收录趋势',
left: 'center',
textStyle: {
color: '#888888',fontStyle: 'normal',

Loading…
Cancel
Save