mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	部分“服务”文字改为“网站”
This commit is contained in:
		@@ -2,6 +2,6 @@
 | 
			
		||||
    <menu-item href="/servers/groups">分组列表</menu-item>
 | 
			
		||||
    <span class="item disabled">|</span>
 | 
			
		||||
    <menu-item :href="'/servers/groups/group?groupId=' + group.id" code="group.index">"{{group.name}}"详情</menu-item>
 | 
			
		||||
    <menu-item :href="'/servers/groups/group/settings?groupId=' + group.id" :active="!firstMenuItem.startsWith('group.')">全局设置  <tip-icon content="这里添加的设置将会自动应用到当前分组下的所有服务。"></tip-icon></menu-item>
 | 
			
		||||
    <menu-item :href="'/servers/groups/group/settings?groupId=' + group.id" :active="!firstMenuItem.startsWith('group.')">全局设置  <tip-icon content="这里添加的设置将会自动应用到当前分组下的所有网站。"></tip-icon></menu-item>
 | 
			
		||||
    <menu-item :href="'/servers/groups/group/update?groupId=' + group.id" code="group.update">修改</menu-item>
 | 
			
		||||
</first-menu>
 | 
			
		||||
@@ -24,7 +24,7 @@
 | 
			
		||||
            <td>全局有效</td>
 | 
			
		||||
            <td>
 | 
			
		||||
                <checkbox name="isGlobal" checked="checked"></checkbox>
 | 
			
		||||
                <p class="comment">选中后,所有服务都自动使用此名单,不需要再次绑定;否则只有在WAF策略中绑定此名单后才会生效。</p>
 | 
			
		||||
                <p class="comment">选中后,所有网站都自动使用此名单,不需要再次绑定;否则只有在WAF策略中绑定此名单后才会生效。</p>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,7 @@
 | 
			
		||||
            <th>时间</th>
 | 
			
		||||
            <th>集群</th>
 | 
			
		||||
            <th>节点</th>
 | 
			
		||||
            <th>服务</th>
 | 
			
		||||
            <th>网站</th>
 | 
			
		||||
        </tr>
 | 
			
		||||
    </thead>
 | 
			
		||||
    <tr v-for="stat in stats">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user