mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Fixes #10559: Permit the pinning of a VM to a particular device within a cluster which has no site assignment
This commit is contained in:
		| @@ -21,7 +21,7 @@ | ||||
|                 </tr> | ||||
|                 <tr> | ||||
|                     <th scope="row">Group</th> | ||||
|                     <td>{{ object.group|linkify }}</td> | ||||
|                     <td>{{ object.group|linkify|placeholder }}</td> | ||||
|                 </tr> | ||||
|                 <tr> | ||||
|                     <th scope="row">Tenant</th> | ||||
| @@ -34,7 +34,7 @@ | ||||
|                 </tr> | ||||
|                 <tr> | ||||
|                     <th scope="row">Site</th> | ||||
|                     <td>{{ object.site|linkify }}</td> | ||||
|                     <td>{{ object.site|linkify|placeholder }}</td> | ||||
|                 </tr> | ||||
|                 <tr> | ||||
|                     <th scope="row">Virtual Machines</th> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user