[config_tool] Message when CAT not supported

use better wording instead the message when CAT not supported

Tracked-On: #8136
Signed-off-by: Chuang-Ke <chuangx.ke@intel.com>
This commit is contained in:
Chuang Ke 2022-09-14 13:46:51 +08:00 committed by acrnsi-robot
parent dc6fccfa0d
commit 50cdcb3660
2 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ class CAT {
// if no CAT REGION INFO from board xml,
// means this board(or CPU) not support CAT, or all support CAT region only have one CPU core
if (this.CAT_REGION_INFO.length === 0) {
let errorMsg = 'This board(or CPU) not support CAT, or all support CAT region only have one CPU core';
let errorMsg = `This board(or CPU) doesn't support CAT which means there is no any CAT capability.</br>There is no Cache Region was shared which means \"all support CAT region only have one CPU core\".`;
console.log(errorMsg);
return {
errorMsg,

View File

@ -58,7 +58,7 @@
</div>
<!-- begin CAT Table -->
<div class="py-3" v-if="CAT_INFO.errorMsg">
{{ CAT_INFO.errorMsg }}
<span v-html="CAT_INFO.errorMsg"></span>
</div>
<div class="py-4" v-for="(CACHE_ALLOCATION,index) in CAT_INFO.regions" v-if="RDT_ENABLED==='y'">
<p v-if="showInstruction(CACHE_ALLOCATION.level,index) ">