Expanded post-script boxes to textareas
This commit is contained in:
		
							parent
							
								
									6bbe230fe8
								
							
						
					
					
						commit
						49a15afb3a
					
				|  | @ -39,13 +39,13 @@ Wireguard Server Settings | ||||||
|                             </div> |                             </div> | ||||||
|                             <div class="form-group"> |                             <div class="form-group"> | ||||||
|                                 <label for="post_up">Post Up Script</label> |                                 <label for="post_up">Post Up Script</label> | ||||||
|                                 <input type="text" class="form-control" id="post_up" name="post_up" |                                 <textarea class="form-control" id="post_up" name="post_up" | ||||||
|                                        placeholder="Post Up Script" value="{{ .serverInterface.PostUp }}"> |                                        placeholder="Post Up Script">{{ .serverInterface.PostUp }}</textarea> | ||||||
|                             </div> |                             </div> | ||||||
|                             <div class="form-group"> |                             <div class="form-group"> | ||||||
|                                 <label for="post_down">Post Down Script</label> |                                 <label for="post_down">Post Down Script</label> | ||||||
|                                 <input type="text" class="form-control" id="post_down" name="post_down" |                                 <textarea class="form-control" id="post_down" name="post_down" | ||||||
|                                        placeholder="Post Down Script" value="{{ .serverInterface.PostDown }}"> |                                        placeholder="Post Down Script">{{ .serverInterface.PostDown }}</textarea> | ||||||
|                             </div> |                             </div> | ||||||
|                         </div> |                         </div> | ||||||
|                         <!-- /.card-body --> |                         <!-- /.card-body --> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue