mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-02-04 10:35:48 +08:00
23 lines
542 B
HTML
23 lines
542 B
HTML
{$layout}
|
|
|
|
{$template "/left_menu"}
|
|
|
|
<div class="right-box">
|
|
{$template "../location_menu"}
|
|
{$template "../left_menu"}
|
|
|
|
<div class="right-box tiny">
|
|
<form class="ui form" data-tea-success="success" data-tea-action="$">
|
|
<input type="hidden" name="webId" :value="webConfig.id"/>
|
|
<table class="ui table selectable definition">
|
|
<tr>
|
|
<td class="title">Web目录</td>
|
|
<td>
|
|
<input type="text" name="root" v-model="webConfig.root"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div>
|
|
</div> |