mirror of https://github.com/nicolargo/glances.git
Merge pull request #3191 from ia74/patch-1
Change "Pinned thread" to "Pinned task" and "Upin" to "Unpin"
This commit is contained in:
commit
f854ea31d8
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue