mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 22:42:53 +00:00
config_tools: add error icon for hypervisor tab
add error icon for hypervisor tab Tracked-On: #6691 Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
This commit is contained in:
parent
5141a13464
commit
44a6e99009
@ -1,8 +1,13 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="p-2 w-100 d-flex align-items-center TabBox">
|
<div class="p-2 w-100 d-flex align-items-center TabBox">
|
||||||
<div class="d-inline-block p-3 pt-2 Tab"
|
<div class="d-inline-block p-3 pt-2 Tab position-relative"
|
||||||
:class="{Active:activeVMID===-1}"
|
:class="{Active:activeVMID===-1}"
|
||||||
@click="active(-1)">
|
@click="active(-1)">
|
||||||
|
<div class="position-absolute" style="right: 3px;top:5px;" v-if="errors.hasOwnProperty(-1)">
|
||||||
|
<Icon size="18px" color="red" style="cursor: pointer;">
|
||||||
|
<ExclamationCircle/>
|
||||||
|
</Icon>
|
||||||
|
</div>
|
||||||
<div style="font-size: 22px;">Hypervisor</div>
|
<div style="font-size: 22px;">Hypervisor</div>
|
||||||
<div>Global Settings</div>
|
<div>Global Settings</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user