Merge pull request #1110 from lnbits/api-docs-button
API DOCS button in footer toolbar
This commit is contained in:
commit
7cd6dde39e
1 changed files with 12 additions and 0 deletions
|
|
@ -199,6 +199,18 @@
|
||||||
>
|
>
|
||||||
</q-toolbar-title>
|
</q-toolbar-title>
|
||||||
<q-space></q-space>
|
<q-space></q-space>
|
||||||
|
<q-btn
|
||||||
|
flat
|
||||||
|
dense
|
||||||
|
:color="($q.dark.isActive) ? 'white' : 'primary'"
|
||||||
|
type="a"
|
||||||
|
href="/docs"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
>
|
||||||
|
API DOCS
|
||||||
|
<q-tooltip>View LNbits Swagger API docs</q-tooltip>
|
||||||
|
</q-btn>
|
||||||
<q-btn
|
<q-btn
|
||||||
flat
|
flat
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue