misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.95k stars 1.35k forks source link

fix(frontend): server metrics look strange after reload #14467

Closed zyoshoka closed 1 month ago

zyoshoka commented 1 month ago

What

サーバーメトリクスが2つ以上あるとリロード直後の表示がおかしくなる問題を修正します。

Why

Closes #14463

Additional info (optional)

Checklist

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 20.02%. Comparing base (44f6216) to head (913c23b). Report is 7 commits behind head on develop.

Files with missing lines Patch % Lines
...ges/frontend/src/widgets/server-metric/cpu-mem.vue 0.00% 1 Missing :warning:
...ackages/frontend/src/widgets/server-metric/net.vue 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14467 +/- ## =========================================== - Coverage 20.21% 20.02% -0.19% =========================================== Files 725 725 Lines 100550 100550 Branches 1050 1052 +2 =========================================== - Hits 20327 20137 -190 - Misses 79681 79869 +188 - Partials 542 544 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

syuilo commented 1 month ago

🙏🏿