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 <yvettemisaki@outlook.com>
  • Loading branch information
FanTuanCat authored Jul 17, 2023
1 parent 973141a commit fc28d49
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 fc28d49

Please sign in to comment.