Skip to content

Commit

Permalink
web/satellite/vuetify-poc: remove billing information tab
Browse files Browse the repository at this point in the history
Removed billing information tab because it's non-functional.

Issue:
#6546

Change-Id: Ieb9a691dcc5015863108e11895bb75536fb310b2
  • Loading branch information
VitaliiShpital committed Dec 4, 2023
1 parent 207dad4 commit 775ee86
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions web/satellite/vuetify-poc/src/views/Billing.vue
Expand Up @@ -35,9 +35,6 @@
<v-tab>
Billing History
</v-tab>
<v-tab>
Billing Information
</v-tab>
</v-tabs>
</v-card>

Expand Down Expand Up @@ -193,20 +190,6 @@
<v-window-item>
<billing-history-tab />
</v-window-item>

<v-window-item>
<v-row>
<v-col cols="12" sm="4">
<v-card title="Billing Information" subtitle="Add info for your invoices." variant="flat" :border="true" rounded="xlg">
<v-card-text>
<p>You can add personal or company info, billing email, and VAT.</p>
<v-divider class="my-4" />
<v-btn color="primary" size="small" prepend-icon="mdi-plus">Add Billing Information</v-btn>
</v-card-text>
</v-card>
</v-col>
</v-row>
</v-window-item>
</v-window>
</v-container>

Expand Down

0 comments on commit 775ee86

Please sign in to comment.