mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 03:26:34 +08:00
10 lines
297 B
HTML
10 lines
297 B
HTML
{$layout "layout_popup"}
|
|
|
|
<h3>添加缓存设置</h3>
|
|
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
|
<table class="ui table definition selectable">
|
|
<tbody is="http-cache-ref-box" :v-cache-ref="cacheRef"></tbody>
|
|
</table>
|
|
<submit-btn></submit-btn>
|
|
</form> |