We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b8532 commit a0456d0Copy full SHA for a0456d0
frontend/src/views/host/tool/supervisor/index.vue
@@ -229,7 +229,7 @@ const loadStatus = async () => {
229
for (const process of data.value) {
230
process.status = [];
231
for (const item of stats) {
232
- if (process.name === item.name) {
+ if (process.name === item.name.split(':')[0]) {
233
process.status.push(item);
234
}
235
0 commit comments