mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-09 16:10:01 +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-col cols="7">
|
||||
<strong>{{ metric.title }}</strong>
|
||||
<b-btn
|
||||
<a
|
||||
v-if="metric.detail_url"
|
||||
class="ml-1"
|
||||
:href="metric.detail_url"
|
||||
>
|
||||
<i class="fa fa-external-link-alt" />
|
||||
</b-btn>
|
||||
<i class="fas fa-link fa-xs" />
|
||||
</a>
|
||||
</b-col>
|
||||
<b-col
|
||||
class="d-flex align-items-center"
|
||||
|
|
Loading…
Reference in a new issue