mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	
		
			
	
	
		
			23 lines
		
	
	
		
			680 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			23 lines
		
	
	
		
			680 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								{$layout "layout_popup"}
							 | 
						|||
| 
								 | 
							
								<h3>添加端口绑定</h3>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								<form class="ui form" data-tea-action="$" data-tea-success="success">
							 | 
						|||
| 
								 | 
							
									<table class="ui table definition selectable">
							 | 
						|||
| 
								 | 
							
										<tr>
							 | 
						|||
| 
								 | 
							
											<td>网络协议</td>
							 | 
						|||
| 
								 | 
							
											<td>
							 | 
						|||
| 
								 | 
							
												<select class="ui dropdown auto-width" name="protocol">
							 | 
						|||
| 
								 | 
							
													<option v-for="protocol in protocols" :value="protocol.code">{{protocol.name}}</option>
							 | 
						|||
| 
								 | 
							
												</select>
							 | 
						|||
| 
								 | 
							
											</td>
							 | 
						|||
| 
								 | 
							
										</tr>
							 | 
						|||
| 
								 | 
							
										<tr>
							 | 
						|||
| 
								 | 
							
											<td class="title">端口</td>
							 | 
						|||
| 
								 | 
							
											<td>
							 | 
						|||
| 
								 | 
							
												<input type="text" name="address" ref="focus"/>
							 | 
						|||
| 
								 | 
							
												<p class="comment">可以是一个数字端口(通常不超过65535),也可以是"地址:端口"的方式。</p>
							 | 
						|||
| 
								 | 
							
											</td>
							 | 
						|||
| 
								 | 
							
										</tr>
							 | 
						|||
| 
								 | 
							
									</table>
							 | 
						|||
| 
								 | 
							
									<submit-btn></submit-btn>
							 | 
						|||
| 
								 | 
							
								</form>
							 |