mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	bug 7448: zone tree - network - change element ID of IP range template since it's shared by both public network and direct network.
This commit is contained in:
		
							parent
							
								
									01a04ecad0
								
							
						
					
					
						commit
						a4f35f90ce
					
				| @ -409,8 +409,8 @@ | ||||
|          | ||||
| </div> | ||||
| 
 | ||||
| <!--  Direct Network - IP Allocation tab template (begin) --> | ||||
| <div class="grid_container" id="directnetwork_iprange_template" style="display: none"> | ||||
| <!--  IP Range template (begin) --> | ||||
| <div class="grid_container" id="iprange_template" style="display: none"> | ||||
|     <div class="grid_header"> | ||||
|         <div class="grid_header_title" id="grid_header_title"> | ||||
|         </div>         | ||||
| @ -446,4 +446,4 @@ | ||||
|         </div> | ||||
|     </div>  | ||||
| </div> | ||||
| <!--  Direct Network - IP Allocation tab template (end) --> | ||||
| <!--  IP Range template (end) --> | ||||
| @ -163,7 +163,7 @@ function publicNetworkJsonToIpAllocationTab() { | ||||
| 		success: function(json) {		     | ||||
| 		    var items = json.listvlaniprangesresponse.vlaniprange;		     | ||||
| 		    var $container = $thisTab.find("#tab_container").empty(); | ||||
| 		    var $template = $("#directnetwork_iprange_template"); | ||||
| 		    var $template = $("#iprange_template"); | ||||
| 		    if(items != null && items.length > 0) {		         | ||||
| 		        for(var i=0; i<items.length; i++) { | ||||
| 		            var $newTemplate = $template.clone(); | ||||
| @ -307,7 +307,7 @@ function directNetworkJsonToIpAllocationTab() { | ||||
| 		success: function(json) { | ||||
| 		    var items = json.listvlaniprangesresponse.vlaniprange;		     | ||||
| 		    var $container = $thisTab.find("#tab_container").empty(); | ||||
| 		    var $template = $("#directnetwork_iprange_template"); | ||||
| 		    var $template = $("#iprange_template"); | ||||
| 		    if(items != null && items.length > 0) {		         | ||||
| 		        for(var i=0; i<items.length; i++) { | ||||
| 		            var $newTemplate = $template.clone(); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user