mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	get host info from compute not instance
This commit is contained in:
		
							parent
							
								
									e72073fa79
								
							
						
					
					
						commit
						966da065b4
					
				
					 3 changed files with 9 additions and 11 deletions
				
			
		|  | @ -1817,7 +1817,7 @@ | |||
|     }); | ||||
|     $(document).ready(function () { | ||||
|         // set vdi url | ||||
|         $.get("{% url 'vdi_url' vname %}", function(data) { | ||||
|         $.get("{% url 'vdi_url' compute_id vname %}", function(data) { | ||||
|             $("#vdi_url_input").attr("value", data); | ||||
|             $("#vdi_url").attr("href", data); | ||||
|         }); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue