mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: indent issue in list view (#8184)
Fixes list view issues in UI after forward merge
This commit is contained in:
parent
121531e2c3
commit
0caf18bc1a
@ -201,7 +201,6 @@
|
|||||||
@exec-action="$parent.execAction"/>
|
@exec-action="$parent.execAction"/>
|
||||||
<router-link :to="{ path: $route.path + '/' + record.id }">{{ text }}</router-link>
|
<router-link :to="{ path: $route.path + '/' + record.id }">{{ text }}</router-link>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
|
||||||
<span v-else>{{ text }}</span>
|
<span v-else>{{ text }}</span>
|
||||||
</template>
|
</template>
|
||||||
<template v-if="column.key === 'osname'">
|
<template v-if="column.key === 'osname'">
|
||||||
@ -272,6 +271,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
</template>
|
||||||
<template v-if="column.key === 'level'">
|
<template v-if="column.key === 'level'">
|
||||||
<router-link :to="{ path: '/event/' + record.id }">{{ text }}</router-link>
|
<router-link :to="{ path: '/event/' + record.id }">{{ text }}</router-link>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user