mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 07:10:09 +01:00
Update
This commit is contained in:
parent
7c0bf4f137
commit
1eee8c4725
2
src/static/app/dist/assets/index.css
vendored
2
src/static/app/dist/assets/index.css
vendored
File diff suppressed because one or more lines are too long
2
src/static/app/dist/assets/index.js
vendored
2
src/static/app/dist/assets/index.js
vendored
File diff suppressed because one or more lines are too long
@ -1,7 +1,6 @@
|
|||||||
<script>
|
<script>
|
||||||
import LocaleText from "@/components/text/localeText.vue";
|
import LocaleText from "@/components/text/localeText.vue";
|
||||||
import {DashboardConfigurationStore} from "@/stores/DashboardConfigurationStore.js";
|
import {DashboardConfigurationStore} from "@/stores/DashboardConfigurationStore.js";
|
||||||
import {v4} from "uuid";
|
|
||||||
import {fetchPost} from "@/utilities/fetch.js";
|
import {fetchPost} from "@/utilities/fetch.js";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -62,6 +61,7 @@ export default {
|
|||||||
<div class="card mb-4 shadow rounded-3">
|
<div class="card mb-4 shadow rounded-3">
|
||||||
<p class="card-header">
|
<p class="card-header">
|
||||||
<LocaleText t="Dashboard IP Address & Listen Port"></LocaleText>
|
<LocaleText t="Dashboard IP Address & Listen Port"></LocaleText>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="row gx-3">
|
<div class="row gx-3">
|
||||||
|
@ -47,11 +47,16 @@ export default {
|
|||||||
<LocaleText t="Peers Default Settings"></LocaleText>
|
<LocaleText t="Peers Default Settings"></LocaleText>
|
||||||
</p>
|
</p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<PeersDefaultSettingsInput targetData="peer_global_dns" title="DNS"></PeersDefaultSettingsInput>
|
<PeersDefaultSettingsInput
|
||||||
<PeersDefaultSettingsInput targetData="peer_endpoint_allowed_ip" title="Endpoint Allowed IPs"></PeersDefaultSettingsInput>
|
targetData="peer_global_dns" title="DNS"></PeersDefaultSettingsInput>
|
||||||
<PeersDefaultSettingsInput targetData="peer_mtu" title="MTU"></PeersDefaultSettingsInput>
|
<PeersDefaultSettingsInput
|
||||||
<PeersDefaultSettingsInput targetData="peer_keep_alive" title="Persistent Keepalive"></PeersDefaultSettingsInput>
|
targetData="peer_endpoint_allowed_ip" title="Endpoint Allowed IPs"></PeersDefaultSettingsInput>
|
||||||
<PeersDefaultSettingsInput targetData="remote_endpoint" title="Peer Remote Endpoint"
|
<PeersDefaultSettingsInput
|
||||||
|
targetData="peer_mtu" title="MTU"></PeersDefaultSettingsInput>
|
||||||
|
<PeersDefaultSettingsInput
|
||||||
|
targetData="peer_keep_alive" title="Persistent Keepalive"></PeersDefaultSettingsInput>
|
||||||
|
<PeersDefaultSettingsInput
|
||||||
|
targetData="remote_endpoint" title="Peer Remote Endpoint"
|
||||||
:warning="true" warningText="This will be changed globally, and will be apply to all peer's QR code and configuration file."
|
:warning="true" warningText="This will be changed globally, and will be apply to all peer's QR code and configuration file."
|
||||||
></PeersDefaultSettingsInput>
|
></PeersDefaultSettingsInput>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user