0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2025-09-11 12:24:27 +00:00

PreUp, PostUp, PreDown, PostDown added

This commit is contained in:
vx3r
2020-02-05 11:57:43 +09:00
parent 727b5c4049
commit 26dec5ce7a
4 changed files with 28 additions and 0 deletions

View File

@ -55,6 +55,14 @@
</v-chip>
</template>
</v-combobox>
<v-text-field
v-model="server.preUp"
label="PreUp: script snippets which will be executed by bash before setting up the interface"
/>
<v-text-field
v-model="server.postUp"
label="PostUp: script snippets which will be executed by bash after setting up the interface"
/>
</v-col>
<v-col cols="6">
<v-text-field
@ -96,6 +104,14 @@
</v-chip>
</template>
</v-combobox>
<v-text-field
v-model="server.preDown"
label="PreDown: script snippets which will be executed by bash before setting down the interface"
/>
<v-text-field
v-model="server.postDown "
label="PostDown : script snippets which will be executed by bash after setting down the interface"
/>
</v-col>
</div>