mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 02:40:14 +01:00
fix(demo): improve dashboard and ui features pages
This commit is contained in:
parent
8127f98f3c
commit
b10e5e9ae5
20 changed files with 158 additions and 158 deletions
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<nga-card size="xsmall">
|
||||
<nga-card size="xsmall" class="solar-card">
|
||||
<nga-card-header>Solar Energy Consumption</nga-card-header>
|
||||
<nga-card-body>
|
||||
<ngx-solar [chartValue]="72"></ngx-solar>
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-lg-3">
|
||||
<nga-card size="xsmall">
|
||||
<nga-card size="xsmall" class="traffic-card">
|
||||
<nga-card-header>Traffic Consumption</nga-card-header>
|
||||
<nga-card-body class="p-0">
|
||||
<ngx-traffic></ngx-traffic>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue