Merge pull request #3191 from ia74/patch-1

Change "Pinned thread" to "Pinned task" and "Upin" to "Unpin"
This commit is contained in:
Nicolas Hennion 2025-06-08 09:30:41 +02:00 committed by GitHub
commit f854ea31d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
<section v-if="!args.programs" id="processlist" class="plugin">
<div v-if="extended_stats !== null" class="extendedstats">
<div>
<span class="title">Pinned thread: </span>
<span class="title">Pinned task: </span>
<span>{{ $filters.limitTo(extended_stats.cmdline, 80) }}</span>
<span><button class="button" @click="disableExtendedStats()">Upin</button></span>
<span><button class="button" @click="disableExtendedStats()">Unpin</button></span>
</div>
<div>
<span>CPU Min/Max/Mean: </span>
@ -607,4 +607,4 @@ export default {
}
}
};
</script>
</script>