«
Předchozí
|
Další
»
Revize f00d8838
Přidáno uživatelem Lukáš Moučka před téměř 4 roky(ů)
- ID f00d8838f6a0252e58270fc20487cae225a3ec87
- Rodič c17d9fd3
Re #8972 - Ladění frontendu
- Change dashboard grid
src/app/dashboard/components/sensors/sensors.component.html | ||
---|---|---|
1 | 1 |
<div class="row"> |
2 |
<div class="col-sm-7 col-md-8 col-lg-9 col-xl-9">
|
|
2 |
<div class="col-sm-7 col-md-8 col-lg-9"> |
|
3 | 3 |
<div class="dashboard-sensor-heading-wrapper"> |
4 | 4 |
<h4>{{ sensor.sensorName }}</h4> |
5 | 5 |
</div> |
6 | 6 |
</div> |
7 |
<div class="col-sm-5 col-md-4 col-lg-3 col-xl-3 dashboard-sensor-heading">
|
|
7 |
<div class="col-sm-5 col-md-4 col-lg-3 dashboard-sensor-heading"> |
|
8 | 8 |
<button pButton type="button" label="View graph" class="p-button-primary" [id]="sensor.sensorName" [routerLink]="['/dashboard/unit', unit.unitId, 'sensor', sensor.sensorId]" [queryParams]="{unitName: unit.description}" title="Sensor" icon="pi pi-chart-line"></button> |
9 | 9 |
<ng-container *ngIf="loggedUser?.userInfo?.rightsId == 0 || loggedUser?.userInfo?.rightsId == 1"> |
10 | 10 |
<div class="dashboard-button-separator"></div> |
Také k dispozici: Unified diff