mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-15 14:11:46 +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" />
|
<i class="warning icon-fw icon icon-dot-open dot-icon" />
|
||||||
</slot>
|
</slot>
|
||||||
|
|
||||||
<template slot="popover">
|
<template #popper>
|
||||||
<div class="upgrade-info mb-10">
|
<div class="upgrade-info mb-10">
|
||||||
<div v-if="repoInfo" class="repoInfo">
|
<div v-if="repoInfo" class="repoInfo">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
@ -85,7 +85,7 @@ export default {
|
|||||||
<i class="icon icon-warning icon-lg text-warning" />
|
<i class="icon icon-warning icon-lg text-warning" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<template slot="popover">
|
<template #popper>
|
||||||
<p
|
<p
|
||||||
v-for="(message, index) in warningMessage" :key="index">
|
v-for="(message, index) in warningMessage" :key="index">
|
||||||
{{ index + 1 }}. {{ message }}
|
{{ index + 1 }}. {{ message }}
|
||||||
|
|||||||
@ -139,7 +139,7 @@ export default {
|
|||||||
<i class="icon icon-warning icon-lg text-warning" />
|
<i class="icon icon-warning icon-lg text-warning" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<template slot="popover">
|
<template #popper>
|
||||||
<div
|
<div
|
||||||
@mouseenter="showMessage(true)"
|
@mouseenter="showMessage(true)"
|
||||||
@mouseleave="showMessage(false)"
|
@mouseleave="showMessage(false)"
|
||||||
|
|||||||
@ -69,7 +69,7 @@ export default {
|
|||||||
<i class="icon icon-warning icon-lg text-warning" />
|
<i class="icon icon-warning icon-lg text-warning" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<template slot="popover">
|
<template #popper>
|
||||||
<p class="warning-message">
|
<p class="warning-message">
|
||||||
{{ warningMessage }}
|
{{ warningMessage }}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -181,7 +181,7 @@ export default {
|
|||||||
<i class="icon icon-warning icon-lg text-warning" />
|
<i class="icon icon-warning icon-lg text-warning" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<template slot="popover">
|
<template #popper>
|
||||||
<p>
|
<p>
|
||||||
{{ row.clusterNetworkErrorMessage }}
|
{{ row.clusterNetworkErrorMessage }}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user