We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc22f77 commit c0e47faCopy full SHA for c0e47fa
spring-boot-admin-server-ui/src/main/frontend/views/instances/flyway/index.vue
@@ -52,8 +52,8 @@
52
<td v-text="migration.type" />
53
<td v-text="migration.checksum" />
54
<td v-text="migration.version" />
55
- <td class="is-breakable"v-text="migration.description" />
56
- <td class="is-breakable"v-text="migration.script" />
+ <td class="is-breakable" v-text="migration.description" />
+ <td class="is-breakable" v-text="migration.script" />
57
<td>
58
<span v-text="migration.state" class="tag"
59
:class="stateClass(migration.state)"
0 commit comments