Skip to content

Commit

Permalink
remove unreachable status (#1102)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuting Nie <[email protected]>
  • Loading branch information
FanTuanCat authored and tomsun28 committed Mar 10, 2024
1 parent 7eacea0 commit 1d2da4c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
<nz-option [nzLabel]="'monitor.status.all' | i18n" nzValue="9"></nz-option>
<nz-option [nzLabel]="'monitor.status.available' | i18n" nzValue="1"></nz-option>
<nz-option [nzLabel]="'monitor.status.unavailable' | i18n" nzValue="2"></nz-option>
<nz-option [nzLabel]="'monitor.status.unreachable' | i18n" nzValue="3"></nz-option>
<nz-option [nzLabel]="'monitor.status.un-manage' | i18n" nzValue="0"></nz-option>
</nz-select>
</div>
Expand Down

0 comments on commit 1d2da4c

Please sign in to comment.