{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
| Device | {{ object.device }} |
|---|---|
| Virtualmachine | {{ object.virtualmachine }} |
| IPAddress | {{ object.ipaddress }} |
| Cluster | {{ object.cluster }} |
| Software Product | {{ object.software_product }} |
| Version | {{ object.version }} |