mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
get config when clicking settings
This commit is contained in:
parent
34dcdd5d8a
commit
d90ac7cec0
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@ import infoScreen from "./infoScreen.vue";
|
|||
import main_modem_healthcheck from "./main_modem_healthcheck.vue";
|
||||
import Dynamic_components from "./dynamic_components.vue";
|
||||
|
||||
import { getFreedataMessages } from "../js/api";
|
||||
import { getFreedataMessages, getConfig } from "../js/api";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
@ -111,6 +111,7 @@ import { getFreedataMessages } from "../js/api";
|
|||
role="tab"
|
||||
aria-controls="list-settings"
|
||||
title="Settings"
|
||||
@click="getConfig"
|
||||
><i class="bi bi-gear-wide-connected h3"></i
|
||||
></a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue