mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	
		
			
	
	
		
			24 lines
		
	
	
		
			785 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			785 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								{$layout "layout_popup"}
							 | 
						|||
| 
								 | 
							
								<h3>修改Header</h3>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								<form class="ui form" data-tea-action="$" data-tea-success="success">
							 | 
						|||
| 
								 | 
							
									<input type="hidden" name="serverId" :value="serverId"/>
							 | 
						|||
| 
								 | 
							
									<input type="hidden" name="headerPolicyId" :value="headerPolicyId"/>
							 | 
						|||
| 
								 | 
							
									<input type="hidden" name="headerId" :value="headerId"/>
							 | 
						|||
| 
								 | 
							
									<table class="ui table definition selectable">
							 | 
						|||
| 
								 | 
							
										<tr>
							 | 
						|||
| 
								 | 
							
											<td class="title">名称<em>(Name)</em></td>
							 | 
						|||
| 
								 | 
							
											<td>
							 | 
						|||
| 
								 | 
							
												<input type="text" name="name" value="" v-model="headerConfig.name" maxlength="200" placeholder="类似于Server、Content-Type之类" ref="focus"/>
							 | 
						|||
| 
								 | 
							
											</td>
							 | 
						|||
| 
								 | 
							
										</tr>
							 | 
						|||
| 
								 | 
							
										<tr>
							 | 
						|||
| 
								 | 
							
											<td>值<em>(Value)</em></td>
							 | 
						|||
| 
								 | 
							
											<td>
							 | 
						|||
| 
								 | 
							
												<input type="text" name="value" v-model="headerConfig.value" maxlength="500"/>
							 | 
						|||
| 
								 | 
							
											</td>
							 | 
						|||
| 
								 | 
							
										</tr>
							 | 
						|||
| 
								 | 
							
									</table>
							 | 
						|||
| 
								 | 
							
									<submit-btn></submit-btn>
							 | 
						|||
| 
								 | 
							
								</form>
							 |