1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

New dashboard metric

This commit is contained in:
Eldad Fux 2020-07-21 21:43:34 +03:00
parent 05c9d1239a
commit f768cc937e
4 changed files with 16 additions and 3 deletions

View file

@ -53,7 +53,11 @@ $graph = $this->getParam('graph', false);
<a href="">Full Usage Report <i class="icon-right-open"></i></a>
</div> -->
<div class="margin-top-large"><b class="text-size-small unit" data-ls-bind="{{usage.functions.total|statsTotal}} Func. Executed" data-default="0 Func. Executed"></b></div>
<div class="margin-top value small">
<b class="text-size-small sum small" data-ls-bind="{{usage.functions.total|statsTotal}}" data-default="0"></b>
<br />
<b>Func. Executions</b>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -472,11 +472,20 @@
vertical-align: bottom;
line-height: 45px;
&.small {
line-height: 35px;
}
.sum {
font-size: 45px;
line-height: 45px;
font-weight: 700;
vertical-align: bottom;
&.small {
font-size: 25px;
line-height: 25px;
}
}
}