{% extends 'netbox_storage/drive/base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% load view_helpers %} {% block content %}
Identifier | {{ object.identifier }} |
---|---|
Virtual Machine | {{ object.virtual_machine|linkify|placeholder }} |
Size (GB) | {{ object.size }} |
Storage Cluster | {{ object.cluster|linkify|placeholder }} |
Description | {{ object.description }} |