Replace [mM]yextension with [sS]at[mM]achine[aA]dmin
This commit is contained in:
parent
896ca5f3ca
commit
6db94179cc
21 changed files with 153 additions and 117 deletions
|
|
@ -4,5 +4,5 @@
|
|||
label="API info"
|
||||
:content-inset-level="0.5"
|
||||
>
|
||||
<q-btn flat label="Swagger API" type="a" href="../docs#/MyExtension"></q-btn>
|
||||
<q-btn flat label="Swagger API" type="a" href="../docs#/SatMachineAdmin"></q-btn>
|
||||
</q-expansion-item>
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
{% extends "base.html" %} {% from "macros.jinja" import window_vars with context
|
||||
%} {% block scripts %} {{ window_vars(user) }}
|
||||
<script src="{{ static_url_for('myextension/static', path='js/index.js') }}"></script>
|
||||
<script src="{{ static_url_for('satmachineadmin/static', path='js/index.js') }}"></script>
|
||||
{% endblock %} {% block page %}
|
||||
<div class="row q-col-gutter-md" id="dcaAdmin">
|
||||
<div class="col-12 col-md-8 col-lg-7 q-gutter-y-md">
|
||||
|
|
@ -367,7 +367,7 @@
|
|||
</q-card-section>
|
||||
</q-expansion-item>
|
||||
<q-separator></q-separator>
|
||||
{% include "myextension/_api_docs.html" %}
|
||||
{% include "satmachineadmin/_api_docs.html" %}
|
||||
</q-list>
|
||||
</q-card-section>
|
||||
</q-card>
|
||||
Loading…
Add table
Add a link
Reference in a new issue