Skip to content

Commit

Permalink
Merge branch 'master' into ospp
Browse files Browse the repository at this point in the history
  • Loading branch information
Aias00 authored Sep 8, 2024
2 parents 95c0079 + 27175ef commit 713a78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web-app/src/app/pojo/StatusPageHistory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class StatusPageHistory {
timestamp!: number;
uptime!: number;
abnormal!: number;
unknown!: number;
unknowing!: number;
normal!: number;
creator!: string;
modifier!: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<p>Uptime {{ (100 * historyItem.uptime).toFixed(2) }}%</p>
<p>{{ 'status.component.state.0' | i18n }} {{ historyItem.normal }}s</p>
<p>{{ 'status.component.state.1' | i18n }} {{ historyItem.abnormal }}s</p>
<p>{{ 'status.component.state.2' | i18n }} {{ historyItem.unknown }}s</p>
<p>{{ 'status.component.state.2' | i18n }} {{ historyItem.unknowing }}s</p>
</div>
</ng-template>
</div>
Expand Down

0 comments on commit 713a78c

Please sign in to comment.