diff --git a/templates/auto_pt/status.html b/templates/auto_pt/status.html index d75b9ac..2692b15 100644 --- a/templates/auto_pt/status.html +++ b/templates/auto_pt/status.html @@ -694,10 +694,13 @@ // console.log(params[0].value[1]) let text = '' let total = 0 + params.sort((a, b) => { + return b.value - a.value + }) params.forEach((param, index) => { let temp = param.value == 0 ? '' : ` -