refs #5128 añadido icono de grafana
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2023-04-20 13:58:49 +02:00
parent f6bf92b74b
commit ec9a5722c2
2 changed files with 10 additions and 13 deletions

View File

@ -238,14 +238,7 @@
</vn-vertical>
</vn-one>
<vn-one>
<a href="https://example.com">
<div style="display: flex; align-items: center;">
<h4 translate style="flex: 1;">Business data</h4>
<vn-icon
icon="info">
</vn-icon>
</div>
</a>
<h4 translate>Business data</h4>
<vn-label-value label="Total greuge"
value="{{$ctrl.summary.totalGreuge | currency: 'EUR':2}}">
</vn-label-value>
@ -264,9 +257,8 @@
</vn-one>
<vn-one>
<h4 ng-show="$ctrl.isEmployee">
<a target="_blank"
href="https://grafana.verdnatura.es/d/40buzE4Vk/comportamiento-pagos-clientes?orgId=1&var-clientFk={{::$ctrl.client.id}}">
<span translate vn-tooltip="Go to grafana">Financial information</span>
<a href="https://grafana.verdnatura.es/d/40buzE4Vk/comportamiento-pagos-clientes?orgId=1&var-clientFk={{::$ctrl.client.id}}">
<span class="grafana" translate vn-tooltip="Go to grafana">Billing data</span>
</a>
</h4>
<vn-label-value label="Risk"

View File

@ -2,8 +2,13 @@
vn-client-summary .summary {
max-width: $width-lg;
.alert span {
color: $color-alert !important
}
}
vn-horizontal h4 .grafana:after {
content: 'contact_support';
font-size: 17px;
}
}