Skip to content

Commit

Permalink
BC-5508: fix migration page
Browse files Browse the repository at this point in the history
  • Loading branch information
uidp committed Nov 7, 2023
1 parent 8bcafe7 commit c426090
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/administration/Migration.page.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- eslint-disable vuetify/no-deprecated-components -->
<!-- VUE3_UPGRADE re-enable linter rule when v-stepper was released -->
<template>
<default-wireframe
v-if="isAllowed"
Expand Down Expand Up @@ -246,7 +248,7 @@
:ripple="false"
elevation="2"
class="pa-5 mb-10"
color="grey lighten-5"
color="grey-lighten-5"
>
<v-card-text>
<v-row>
Expand Down Expand Up @@ -313,7 +315,7 @@

<div class="text-right">
<v-btn
class="primary"
class="bg-primary"
data-testid="migration_endMaintenance"
@click="endMaintenance"
>
Expand Down Expand Up @@ -381,7 +383,7 @@
</ul>
<div class="text-right">
<v-btn
class="primary"
class="bg-primary"
data-testid="migration_backToAdministration"
to="/administration"
>
Expand Down

0 comments on commit c426090

Please sign in to comment.