mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
remove icon from metric select, change color
This commit is contained in:
parent
26226009f0
commit
64cc19b252
@ -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>
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user