mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
New dashboard metric
This commit is contained in:
parent
05c9d1239a
commit
f768cc937e
4 changed files with 16 additions and 3 deletions
|
|
@ -53,7 +53,11 @@ $graph = $this->getParam('graph', false);
|
||||||
<a href="">Full Usage Report <i class="icon-right-open"></i></a>
|
<a href="">Full Usage Report <i class="icon-right-open"></i></a>
|
||||||
</div> -->
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
2
public/dist/styles/default-ltr.css
vendored
2
public/dist/styles/default-ltr.css
vendored
File diff suppressed because one or more lines are too long
2
public/dist/styles/default-rtl.css
vendored
2
public/dist/styles/default-rtl.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -472,11 +472,20 @@
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
line-height: 45px;
|
line-height: 45px;
|
||||||
|
|
||||||
|
&.small {
|
||||||
|
line-height: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
.sum {
|
.sum {
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
line-height: 45px;
|
line-height: 45px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
|
||||||
|
&.small {
|
||||||
|
font-size: 25px;
|
||||||
|
line-height: 25px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue