added validation and posibility to add custom http status
This commit is contained in:
		@@ -34,7 +34,7 @@
 | 
			
		||||
                            <!-- status -->
 | 
			
		||||
                            <div class="max-width  small-vertical-margin">
 | 
			
		||||
                                <label for="httpStatus">Http Status</label>
 | 
			
		||||
                                <!-- <input id="httpStatus" class="bordered-field max-width data-field" type="text" value="200" list="httpStatusSuggestion"> -->
 | 
			
		||||
                                <!--
 | 
			
		||||
                                <select id="httpStatus" class="bordered-field max-width data-field" value="200">
 | 
			
		||||
                                    <option value="200">200</option>
 | 
			
		||||
                                    <option value="300">300</option>
 | 
			
		||||
@@ -43,6 +43,9 @@
 | 
			
		||||
                                    <option value="404">404</option>
 | 
			
		||||
                                    <option value="500">500</option>
 | 
			
		||||
                                </select>
 | 
			
		||||
                                -->
 | 
			
		||||
                                <input id="httpStatus" type="number" class="bordered-field max-width data-field" value="200"/>
 | 
			
		||||
 | 
			
		||||
                            </div>
 | 
			
		||||
                            <!-- content type -->
 | 
			
		||||
                            <div class="max-width  small-vertical-margin">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user