{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
Type | {{ object.type }} |
Local path | {{ object.local_path }} |
S3 bucket id | {{ object.s3_bucket_id }} |
S3 access key | {{ object.s3_access_key }} |
S3 secret key | {{ object.s3_secret_key }} |
Docker registry url | {{ object.docker_registry_url }} |
Docker access token | {{ object.docker_access_token }} |