update frontend lib : leaflet + oruga - #1815

This commit is contained in:
Laurent GAY
2025-10-24 17:40:29 +02:00
committed by setop
parent b5852a95eb
commit 58a1d857a1
75 changed files with 944 additions and 1076 deletions

View File

@@ -247,7 +247,7 @@
<o-button outlined @click="isEmailChangeModalActive = false">{{
t("Close")
}}</o-button>
<o-button native-type="submit" variant="primary">{{
<o-button type="submit" variant="primary">{{
t("Change email")
}}</o-button>
</footer>
@@ -301,7 +301,7 @@
<o-button @click="isRoleChangeModalActive = false" outlined>{{
t("Close")
}}</o-button>
<o-button native-type="submit" variant="primary">{{
<o-button type="submit" variant="primary">{{
t("Change role")
}}</o-button>
</footer>
@@ -330,7 +330,7 @@
<o-button @click="isConfirmationModalActive = false">{{
t("Close")
}}</o-button>
<o-button native-type="submit" variant="primary">{{
<o-button type="submit" variant="primary">{{
t("Confirm user")
}}</o-button>
</footer>

View File

@@ -23,7 +23,7 @@
/>
</p>
<p class="control">
<o-button variant="primary" native-type="submit">{{
<o-button variant="primary" type="submit">{{
t("Add an instance")
}}</o-button>
<o-loading

View File

@@ -505,7 +505,7 @@
</div>
</div>
</section>
<o-button native-type="submit" variant="primary">{{
<o-button type="submit" variant="primary">{{
t("Save instance settings")
}}</o-button>
</form>