update frontend lib : leaflet + oruga - #1815
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user