mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-16 05:36:36 +08:00
完善一些文字细节
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
<div class="ui field">
|
||||
<button class="ui button" type="submit">搜索</button>
|
||||
<a :href="'/clusters/cluster/nodes?clusterId=' + clusterId" v-if="regionId > 0 || groupId > 0 || installState > 0 || activeState > 0 || keyword.length > 0 || level > 0">[清除条件]</a>
|
||||
<a :href="'/clusters/cluster/nodes?clusterId=' + clusterId" v-if="regionId > 0 || groupId > 0 || groupId < 0 || installState > 0 || activeState > 0 || keyword.length > 0 || level > 0">[清除条件]</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{$layout "layout_popup"}
|
||||
|
||||
<h3 v-if="!isReverse">添加缓存设置</h3>
|
||||
<h3 v-if="isReverse">添加不缓存设置</h3>
|
||||
<h3 v-if="!isReverse && cacheRef == null">添加缓存设置</h3>
|
||||
<h3 v-if="!isReverse && cacheRef != null">修改缓存设置</h3>
|
||||
<h3 v-if="isReverse && cacheRef == null">添加不缓存设置</h3>
|
||||
<h3 v-if="isReverse && cacheRef != null">添加不缓存设置</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" :v-is-reverse="isReverse"></tbody>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="ui field">
|
||||
<input type="text" name="keyword" style="width:10em" placeholder="关键词" v-model="keyword"/>
|
||||
<input type="text" name="keyword" style="width:10em" placeholder="关键词、域名等" v-model="keyword"/>
|
||||
</div>
|
||||
<div class="ui field">
|
||||
<button type="submit" class="ui button">搜索</button>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{$layout "layout_popup"}
|
||||
|
||||
<h3 v-if="!isReverse">添加缓存设置</h3>
|
||||
<h3 v-if="isReverse">添加不缓存设置</h3>
|
||||
<h3 v-if="!isReverse && cacheRef == null">添加缓存设置</h3>
|
||||
<h3 v-if="!isReverse && cacheRef != null">修改缓存设置</h3>
|
||||
<h3 v-if="isReverse && cacheRef == null">添加不缓存设置</h3>
|
||||
<h3 v-if="isReverse && cacheRef != null">添加不缓存设置</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" :v-is-reverse="isReverse"></tbody>
|
||||
|
||||
Reference in New Issue
Block a user