seeder-st2110-components 1.5.6 → 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -220,7 +220,7 @@ const getItems = details => {
220
220
  items.push(createMetricItem('NIC Temperature', 'seeder-icon-wuliwangka', details.nic_temp, '℃'));
221
221
  }
222
222
  if (details.hd_temp !== null && details.hd_temp !== undefined) {
223
- items.push(createMetricItem('HD Temperature', 'seeder-icon-yingpan', details.hd_temp, '℃'));
223
+ items.push(createMetricItem('Disk Temperature', 'seeder-icon-yingpan', details.hd_temp, '℃'));
224
224
  }
225
225
  if (details.gpu_usage !== null && details.gpu_usage !== undefined) {
226
226
  items.push(createMetricItem('GPU Usage', 'seeder-icon-gpufuwu', details.gpu_usage, '%'));