refs #5128 añadido icono de grafana
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
f6bf92b74b
commit
ec9a5722c2
|
@ -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"
|
||||
|
|
|
@ -6,4 +6,9 @@ vn-client-summary .summary {
|
|||
.alert span {
|
||||
color: $color-alert !important
|
||||
}
|
||||
|
||||
vn-horizontal h4 .grafana:after {
|
||||
content: 'contact_support';
|
||||
font-size: 17px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue