Skip to content

Commit

Permalink
fix(sensors): Use new panel-header API
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipLeitner authored and jmacura committed Dec 14, 2023
1 parent a031817 commit 91bd9ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="card panel-default hs-main-panel" [hidden]="(isVisible$ | async) === false">
<hs-panel-header name="sensors" [title]="'SENSORS'">
<hs-panel-header name="sensors" [panelTabs]="'SENSORS'">
</hs-panel-header>
<div class="card-body">
<p><input type="text" class="form-control" [placeholder]="'COMMON.filter' | translateHs "

0 comments on commit 91bd9ff

Please sign in to comment.