File tree Expand file tree Collapse file tree 1 file changed +12
-18
lines changed
core/ui/src/components/nodes Expand file tree Collapse file tree 1 file changed +12
-18
lines changed Original file line number Diff line number Diff line change 5858 {{ fqdn }}
5959 </template >
6060 <template slot="trigger">
61- <span
62- class =" long-text-ellipsis long-text-span"
63- >{{ fqdn }}</span
64- >
61+ <span class =" long-text-ellipsis long-text-span" >{{
62+ fqdn
63+ }}</span >
6564 </template >
6665 </cv-interactive-tooltip >
67- <span
68- v-else
69- class =" long-text-ellipsis long-text-span"
70- >{{ fqdn }}</span
71- >
66+ <span v-else class =" long-text-ellipsis long-text-span" >{{
67+ fqdn
68+ }}</span >
7269 </div >
7370 </div >
7471 <div v-if =" nodeLabel" class =" tr" >
9087 {{ ip_address }}
9188 </template >
9289 <template slot="trigger">
93- <span
94- class =" long-text-ellipsis long-text-span"
95- >{{ ip_address }}</span
96- >
90+ <span class =" long-text-ellipsis long-text-span" >{{
91+ ip_address
92+ }}</span >
9793 </template >
9894 </cv-interactive-tooltip >
99- <span
100- v-else
101- class =" long-text-ellipsis long-text-span"
102- >{{ ip_address }}</span
103- >
95+ <span v-else class =" long-text-ellipsis long-text-span" >{{
96+ ip_address
97+ }}</span >
10498 </div >
10599 </div >
106100 <div class =" tr" >
You can’t perform that action at this time.
0 commit comments