mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-02-28 19:46:17 +00:00
feat: Supporting "table" directive in the configuration
This commit is contained in:
@@ -171,6 +171,17 @@ const deleteConfigurationModal = ref(false)
|
||||
id="configuration_listen_port">
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<label for="configuration_table" class="form-label">
|
||||
<small class="text-muted">
|
||||
<LocaleText t="Table"></LocaleText>
|
||||
</small>
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-sm rounded-3"
|
||||
:disabled="saving"
|
||||
v-model="data.Table"
|
||||
id="configuration_table">
|
||||
</div>
|
||||
<div v-for="key in ['PreUp', 'PreDown', 'PostUp', 'PostDown']">
|
||||
<label :for="'configuration_' + key" class="form-label">
|
||||
<small class="text-muted">
|
||||
|
||||
Reference in New Issue
Block a user