Skip to content

Commit 614d2c0

Browse files
authored
feat: add instance creation info (#18)
1 parent 71029dc commit 614d2c0

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

src/components/tables/InstancesTable.vue

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,26 @@
2525
</div>
2626
</div>
2727
</q-card-section>
28+
<q-card-section class="q-pa-none">
29+
<div class="row q-col-gutter-sm q-mt-md">
30+
<div class="col">
31+
<q-item class="q-pa-none bg-grey-8">
32+
<q-item-section side class="q-pa-lg q-mr-none text-white bg-black">
33+
<q-icon name="info" color="white" size="24px"></q-icon>
34+
</q-item-section>
35+
<q-item-section class="q-pa-md q-ml-none text-white">
36+
<q-item-label class="text-white text-h6 text-weight-bolder"
37+
>New Instances Creation</q-item-label
38+
>
39+
<q-item-label
40+
>It takes a few minutes to create a new instance after the
41+
payment is confirmed. Please wait.</q-item-label
42+
>
43+
</q-item-section>
44+
</q-item>
45+
</div>
46+
</div>
47+
</q-card-section>
2848
</q-card>
2949
<q-card class="table-bg no-shadow" bordered>
3050
<q-card-section>
@@ -252,11 +272,7 @@
252272
<h5><span v-text="activeInstance.name"></span></h5>
253273
<q-linear-progress indeterminate color="secondary" class="q-mt-sm" />
254274
<div class="row q-mt-md">
255-
<q-btn
256-
color="deep-purple"
257-
@click="copyData"
258-
v-text="'Copy'"
259-
></q-btn>
275+
<q-btn color="deep-purple" @click="copyData" v-text="'Copy'"></q-btn>
260276
<q-btn
261277
v-close-popup
262278
flat

0 commit comments

Comments
 (0)