mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-06-13 22:28:36 +08:00
17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
.row
|
|
header= t('')
|
|
table.table.table-hover
|
|
tbody
|
|
tr
|
|
td #{(traffic_24hours / 1000).toFixed(1)}G
|
|
td= t('24hours_ago')
|
|
tr
|
|
td #{(traffic_3days / 1000).toFixed(1)}G
|
|
td= t('3days_ago')
|
|
tr
|
|
td #{(traffic_7days / 1000).toFixed(1)}G
|
|
td= t('7days_ago')
|
|
tr
|
|
td #{(traffic_30days / 1000).toFixed(1)}G
|
|
td= t('30days_ago')
|