Skip to content
Extraits de code Groupes Projets

Cgscop Endpoint for carto subject

Tous les fils de conversation ont été résolus !
Fusionnées
Thibaud - Le Filamentrequested to merge
carto_fastapi into 14.0
Tous les fils de conversation ont été résolus !
1 file
+ 19
15
Comparer les modifications
  • Côte à côte
  • En ligne
  • ddfa634a
    [IMP] UI polish · ddfa634a
    Thibaud - Le Filament rédigé
    - Added CopyClipboardChar Widget
    - Added a tab in the view containing Alterincub endpoint information (fields route & key)
+ 19
15
@@ -10,24 +10,28 @@
<field name="arch" type="xml">
<xpath expr="//sheet" position="inside">
<notebook>
<page string="Alterincub connexions">
<field name="alter_event_route" />
<field name="alter_event_key_value" />
</page>
</notebook>
<page string="Alterincub connexions">
<group>
<group>
<field name="alter_event_route" />
</group>
<group>
<field name="alter_event_key_value" />
</group>
</group>
</page>
</notebook>
</xpath>
<xpath expr="//field[@name='openapi_url']" position="after">
<field name="hide_pass" invisible="True" />
<field
name="api_secret_key"
attrs="{'password':[('hide_pass','=',True)]}"
/>
<button name="show_api_key" type="object" icon="fa-eye" />
<label for="api_secret_key" />
<div>
<field name="api_secret_key" widget="CopyClipboardChar" />
<button
name="refresh_api_key"
type="object"
icon="fa-refresh"
/>
name="refresh_api_key"
type="object"
icon="fa-refresh"
/>
</div>
</xpath>
</field>
</record>
Chargement en cours