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