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"> <Row class="mb-2">
<Col xs="auto"> <Col xs="auto">
{#if $initq.data} {#if $initq.data}
<Button outline on:click={() => (isMetricsSelectionOpen = true)}> <Button outline on:click={() => (isMetricsSelectionOpen = true)} color="primary">
<Icon name="graph-up" /> Select Metrics Select Metrics
</Button> </Button>
{/if} {/if}
</Col> </Col>

View File

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