Skip to content

Commit

Permalink
[Uptime] Most recent checks info on details page (#54340)
Browse files Browse the repository at this point in the history
* update API

* update query

* hide layer control and added loc tags

* update test

* remove unused comment

* update API

* remove capitalization

* style fix

* update types

* added location status number on details page

* useref instead of createRef

* update interface

* update import

* removed redundant file

* fix header for empty data

* refactor for most recent check

* remove redundant code

* remone unused translation

* update status bar

* update styling

* update snaps

* added API tests

* fix types

* fixing integration tests and a typo

* remove unused translations

* update tests

* fixed PR feedback

* update feedback

* update messaging

* update snap

* added timestamp in front of tags

* update snaps

* improve readability

* PR feedbacka and snaps

* PR feedbacka and snaps

* update txt

* snaps

* fix timestamp issue in tests

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
shahzad31 and elasticmachine authored Jan 13, 2020
1 parent 6f3ff99 commit e90ca93
Show file tree
Hide file tree
Showing 7 changed files with 768 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { CheckGeoType, SummaryType } from '../common';
export const MonitorLocationType = t.partial({
summary: SummaryType,
geo: CheckGeoType,
timestamp: t.string,
});

// Typescript type for type checking
Expand Down
Loading

0 comments on commit e90ca93

Please sign in to comment.