{% extends "base.html" %} {% block title %}{{ workspace.name }} - Codesphere Dashboard{% endblock %} {% block breadcrumb %}
{% endblock %} {% block content %}
{{ workspace.name[0]|upper }}

{{ workspace.name }}

ID: {{ workspace.id }} · Plan: {{ workspace.plan_id }} · Replicas: {{ workspace.replicas }}

{% include "partials/workspace_status.html" %}

📦 Git Repository

{% include "partials/git_info.html" %}

🔐 Environment Variables

{% include "partials/env_vars.html" %}

⌨️ Execute Command

🚀 Pipeline / Landscape

{% include "partials/pipeline_status.html" %}

📋 Logs

Loading log controls...

Select a stage and click "Fetch Logs" to view.

⚙️ Update Workspace

{% endblock %}