Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ <h5>Data Center Facility System</h5>
</div>
</div>
<div class="col-lg-4 col-sm-4 col-4">
<div class="card btn" style="border:0px;margin: 0px">
<div class="row" style="line-height: 1.0rem;">
<span class="smallTitle">CHASSIS</span>
</div>
<div class="row" style="line-height: 1.0rem;">
<span class="smallFont">{{flowgateSummery.chassisNum}}</span>
</div>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -418,6 +426,9 @@ <h3 class="modal-title">Data Center Facility System</h3>
<clr-dg-cell>
<span class="systemDetailFont">{{nlyte.sensorNum}}</span>
</clr-dg-cell>
<clr-dg-cell>
<span class="systemDetailFont">{{nlyte.chassisNum}}</span>
</clr-dg-cell>
</clr-dg-row>
</clr-datagrid>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export class TriggerJobComponent implements OnInit {
"cabinetNum": 0,
"switchNum": 0,
"sensorNum": 0,
"chassisNum":0,
"categoryIsUpsNum": 0,
"userNum": 0,
"sddcServerNum": 0,
Expand Down