{% extends "vault/base.html" %}
{% load i18n static %}
{% block title %}{% trans 'Project Created' %}{% endblock %}
{% block content_title %}{% trans 'Project Created' %}{% endblock %}
{% block css %}
{% endblock %}
{% block breadcrumb %}
{% trans 'Save the information below to access the services' %}
{% endblock %}
{% block content %}
{% trans 'Object Storage Endpoints' %}
Admin URL |
{{ project_info.endpoints.object_store.adminURL }} |
Public URL |
{{project_info.endpoints.object_store.publicURL }} |
Internal URL |
{{ project_info.endpoints.object_store.internalURL }} |
{% endblock %}
{% block js_bottom %}
{{ block.super }}
{% endblock %}