chore: code format
This commit is contained in:
parent
7adc33b729
commit
77f7c0b18f
1 changed files with 23 additions and 16 deletions
|
|
@ -15,7 +15,9 @@
|
|||
></q-input>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<q-btn unelevated color="primary" class="float-right" type="submit">Add relay </q-btn>
|
||||
<q-btn unelevated color="primary" class="float-right" type="submit"
|
||||
>Add relay
|
||||
</q-btn>
|
||||
</div>
|
||||
</div>
|
||||
</q-form>
|
||||
|
|
@ -60,7 +62,6 @@
|
|||
<div v-if="col.name == 'id'"></div>
|
||||
<div v-else>{{ col.label }}</div>
|
||||
</q-th>
|
||||
|
||||
</q-tr>
|
||||
</template>
|
||||
|
||||
|
|
@ -94,7 +95,6 @@
|
|||
</template>
|
||||
</q-table>
|
||||
</q-card-section>
|
||||
|
||||
</q-card>
|
||||
<q-card>
|
||||
<q-card-section>
|
||||
|
|
@ -110,7 +110,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<q-btn unelevated color="primary" class="float-right" >Test Endpoint</q-btn>
|
||||
<q-btn unelevated color="primary" class="float-right"
|
||||
>Test Endpoint</q-btn
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</q-card-section>
|
||||
|
|
@ -131,22 +133,23 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row q-mt-sm q-mb-lg">
|
||||
<div class="col-3">
|
||||
</div>
|
||||
<div class="col-3"></div>
|
||||
<div class="col-9">
|
||||
<q-badge color="yellow" text-color="black">
|
||||
<span>This should be a temp private (throw away). No not user your own private key! </span>
|
||||
<span
|
||||
>This should be a temp private (throw away). No not user your
|
||||
own private key!
|
||||
</span>
|
||||
</q-badge>
|
||||
|
||||
<q-badge color="yellow" text-color="black">
|
||||
|
||||
<q-badge color="yellow" text-color="black">
|
||||
<span> It is optional. One can be generated for you!</span>
|
||||
</q-badge>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="row q-mt-md">
|
||||
<div class="col-3">
|
||||
<span>Test Message:</span>
|
||||
<span>Test Message:</span>
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<q-input
|
||||
|
|
@ -159,7 +162,6 @@
|
|||
label="Test Message"
|
||||
></q-input>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="row q-mt-md">
|
||||
<div class="col-3">
|
||||
|
|
@ -176,8 +178,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row q-mt-sm q-mb-lg">
|
||||
<div class="col-3">
|
||||
</div>
|
||||
<div class="col-3"></div>
|
||||
<div class="col-9">
|
||||
<q-badge color="yellow" text-color="black">
|
||||
<span>This is the recipient of the message</span>
|
||||
|
|
@ -186,7 +187,13 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<q-btn :disabled="!testData.recieverPublicKey || !testData.message" unelevated color="primary" class="float-right" >Send Message</q-btn>
|
||||
<q-btn
|
||||
:disabled="!testData.recieverPublicKey || !testData.message"
|
||||
unelevated
|
||||
color="primary"
|
||||
class="float-right"
|
||||
>Send Message</q-btn
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</q-card-section>
|
||||
|
|
@ -253,7 +260,7 @@
|
|||
testData: {
|
||||
senderPrivateKey: null,
|
||||
recieverPublicKey: null,
|
||||
message: null,
|
||||
message: null
|
||||
},
|
||||
relayTable: {
|
||||
columns: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue