Remove hardcoded Jira and Telemetry cards from dashboard
This commit is contained in:
parent
49559fba1b
commit
34fde746e7
1 changed files with 0 additions and 68 deletions
|
|
@ -1957,74 +1957,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Support Data (Jira) -->
|
||||
<div class="data-source">
|
||||
<div class="data-source-header">
|
||||
<div class="data-source-info">
|
||||
<div class="data-source-icon">
|
||||
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"/>
|
||||
<circle cx="12" cy="12" r="10"/>
|
||||
<line x1="12" y1="17" x2="12.01" y2="17"/>
|
||||
</svg>
|
||||
</div>
|
||||
<div>
|
||||
<div class="data-source-name">Support Data</div>
|
||||
<div class="data-source-status">
|
||||
{% if sync_settings and sync_settings.datasets.jira %}
|
||||
<span class="status-dot status-dot--live"></span>
|
||||
Live via webhooks
|
||||
{% else %}
|
||||
Not subscribed
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% if sync_settings and sync_settings.datasets.jira %}
|
||||
<span class="badge-subscribed">Subscribed</span>
|
||||
{% else %}
|
||||
<span class="badge-disabled">Not active</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="data-source-details">
|
||||
6 tables: jira_issues, jira_comments, jira_attachments, jira_changelog, jira_issuelinks, jira_remote_links
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Optional dataset -->
|
||||
<div class="data-source">
|
||||
<div class="data-source-header">
|
||||
<div class="data-source-info">
|
||||
<div class="data-source-icon">
|
||||
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="2" y="3" width="20" height="14" rx="2" ry="2"/>
|
||||
<line x1="8" y1="21" x2="16" y2="21"/>
|
||||
<line x1="12" y1="17" x2="12" y2="21"/>
|
||||
</svg>
|
||||
</div>
|
||||
<div>
|
||||
<div class="data-source-name">Telemetry Expert</div>
|
||||
<div class="data-source-status">
|
||||
{% if sync_settings and sync_settings.datasets.kbc_telemetry_expert %}
|
||||
<span class="status-dot"></span>
|
||||
Components, configs & jobs
|
||||
{% else %}
|
||||
Not subscribed
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% if sync_settings and sync_settings.datasets.kbc_telemetry_expert %}
|
||||
<span class="badge-subscribed">Subscribed</span>
|
||||
{% else %}
|
||||
<span class="badge-disabled">Not active</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="data-source-details">
|
||||
3 tables: kbc_component, kbc_component_configuration, kbc_job
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="catalog-cta">
|
||||
<div class="catalog-cta-text">Manage your data subscriptions or discover new data sources</div>
|
||||
<a href="{{ url_for('catalog') }}" class="catalog-cta-link">
|
||||
|
|
|
|||
Loading…
Reference in a new issue