mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
remove colored tags
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
0f4445ccb3
commit
c30cbbe3d3
@ -80,9 +80,6 @@
|
|||||||
<div class="tagsTitle">Tags</div>
|
<div class="tagsTitle">Tags</div>
|
||||||
<div>
|
<div>
|
||||||
<a-tag closable>key=value</a-tag>
|
<a-tag closable>key=value</a-tag>
|
||||||
<a-tag color="green">green</a-tag>
|
|
||||||
<a-tag color="red">red</a-tag>
|
|
||||||
<a-tag color="blue">blue</a-tag>
|
|
||||||
|
|
||||||
<template v-for="(tag, index) in tags">
|
<template v-for="(tag, index) in tags">
|
||||||
<a-tooltip v-if="tag.length > 20" :key="tag" :title="tag">
|
<a-tooltip v-if="tag.length > 20" :key="tag" :title="tag">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user