mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
Fix v-dropdown - template element
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
128d240ec6
commit
4ba0cf92ee
@ -193,7 +193,7 @@ export default {
|
||||
<i class="warning icon-fw icon icon-dot-open dot-icon" />
|
||||
</slot>
|
||||
|
||||
<template slot="popover">
|
||||
<template #popper>
|
||||
<div class="upgrade-info mb-10">
|
||||
<div v-if="repoInfo" class="repoInfo">
|
||||
<div class="row">
|
||||
|
||||
@ -85,7 +85,7 @@ export default {
|
||||
<i class="icon icon-warning icon-lg text-warning" />
|
||||
</span>
|
||||
|
||||
<template slot="popover">
|
||||
<template #popper>
|
||||
<p
|
||||
v-for="(message, index) in warningMessage" :key="index">
|
||||
{{ index + 1 }}. {{ message }}
|
||||
|
||||
@ -139,7 +139,7 @@ export default {
|
||||
<i class="icon icon-warning icon-lg text-warning" />
|
||||
</span>
|
||||
|
||||
<template slot="popover">
|
||||
<template #popper>
|
||||
<div
|
||||
@mouseenter="showMessage(true)"
|
||||
@mouseleave="showMessage(false)"
|
||||
|
||||
@ -69,7 +69,7 @@ export default {
|
||||
<i class="icon icon-warning icon-lg text-warning" />
|
||||
</span>
|
||||
|
||||
<template slot="popover">
|
||||
<template #popper>
|
||||
<p class="warning-message">
|
||||
{{ warningMessage }}
|
||||
</p>
|
||||
|
||||
@ -181,7 +181,7 @@ export default {
|
||||
<i class="icon icon-warning icon-lg text-warning" />
|
||||
</span>
|
||||
|
||||
<template slot="popover">
|
||||
<template #popper>
|
||||
<p>
|
||||
{{ row.clusterNetworkErrorMessage }}
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user