mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
582 B
19 lines
582 B
<template>
|
|
<div>
|
|
<FormGroup>
|
|
<FormHeading>Interface Settings</FormHeading>
|
|
<FormNumberField id="mtu" label="MTU" />
|
|
<FormNumberField id="port" label="Port" />
|
|
<FormTextField id="device" label="Device" />
|
|
</FormGroup>
|
|
<FormGroup>
|
|
<FormHeading>Scripts</FormHeading>
|
|
<FormTextField id="mtu" label="PreUp" />
|
|
<FormTextField id="port" label="PostUp" />
|
|
<FormTextField id="device" label="PreDown" />
|
|
<FormTextField id="device" label="PostDown" />
|
|
</FormGroup>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|
|
|