Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Add ids for the cards
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Jun 22, 2021
1 parent d5a5bf9 commit c021892
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<div class="col-md-4 col-lg-4 col-xs-10 col-sm-10"
v-show="currentUser.permissions.includes('DATA_EDIT')">
<q-card class="q-pa-lg text-center box-shadow q-ma-md"
id="index-q-card-orders"
@click="$router.push({ name: 'Order Browser' })">
<q-card-section>
<q-icon size="150px" name="assignment" style="color: #045C64;"/>
Expand All @@ -19,6 +20,7 @@
</div>
<div class="col-md-4 col-lg-4 col-xs-10 col-sm-10">
<q-card class="q-pa-lg text-center box-shadow q-ma-md"
id="index-q-card-datasets"
@click="$router.push({ name: 'Dataset Browser' })">
<q-card-section>
<q-icon size="150px" name="fas fa-chart-area" style="color: #045C64;"/>
Expand All @@ -28,6 +30,7 @@
</div>
<div class="col-md-4 col-lg-4 col-xs-10 col-sm-10">
<q-card class="q-pa-lg text-center box-shadow q-ma-md"
id="index-q-card-collections"
@click="$router.push({ name: 'Collection Browser' })">
<q-card-section>
<q-icon size="150px" name="fas fa-layer-group" style="color: #045C64;" />
Expand Down

0 comments on commit c021892

Please sign in to comment.