mirror of
https://github.com/Luzifer/mondash.git
synced 2024-12-22 20:11:18 +00:00
Fix ugly design of detail link
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2464009b2a
commit
47a27cdf9c
1 changed files with 4 additions and 3 deletions
|
@ -5,12 +5,13 @@
|
||||||
<b-row slot="header">
|
<b-row slot="header">
|
||||||
<b-col cols="7">
|
<b-col cols="7">
|
||||||
<strong>{{ metric.title }}</strong>
|
<strong>{{ metric.title }}</strong>
|
||||||
<b-btn
|
<a
|
||||||
v-if="metric.detail_url"
|
v-if="metric.detail_url"
|
||||||
|
class="ml-1"
|
||||||
:href="metric.detail_url"
|
:href="metric.detail_url"
|
||||||
>
|
>
|
||||||
<i class="fa fa-external-link-alt" />
|
<i class="fas fa-link fa-xs" />
|
||||||
</b-btn>
|
</a>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col
|
<b-col
|
||||||
class="d-flex align-items-center"
|
class="d-flex align-items-center"
|
||||||
|
|
Loading…
Reference in a new issue