remove icon from metric select, change color

This commit is contained in:
Christoph Kluge 2024-09-10 16:53:34 +02:00
parent 26226009f0
commit 64cc19b252
2 changed files with 4 additions and 4 deletions

View File

@ -328,8 +328,8 @@
<Row class="mb-2">
<Col xs="auto">
{#if $initq.data}
<Button outline on:click={() => (isMetricsSelectionOpen = true)}>
<Icon name="graph-up" /> Select Metrics
<Button outline on:click={() => (isMetricsSelectionOpen = true)} color="primary">
Select Metrics
</Button>
{/if}
</Col>

View File

@ -90,8 +90,8 @@
<!-- Header Row 1: Selectors -->
<tr>
<th>
<Button outline on:click={() => (isMetricSelectionOpen = true)} class="w-100">
<Icon name="graph-up" /> Select Metrics
<Button outline on:click={() => (isMetricSelectionOpen = true)} class="w-100 px-2" color="primary">
Select Metrics
</Button>
</th>
{#each selectedMetrics as metric}