diff --git a/packages/cp-gql-schema/schema.gql b/packages/cp-gql-schema/schema.gql index d416929c..2effa162 100644 --- a/packages/cp-gql-schema/schema.gql +++ b/packages/cp-gql-schema/schema.gql @@ -152,12 +152,22 @@ enum InstanceStatus { UNKNOWN } +enum HealthyStatus { + HEALTHY + UNHEALTHY + MAINTENANCE + UNKNOWN + UNAVAILABLE +} + type Instance { id: ID! name: String! machineId: ID! status: InstanceStatus! - healthy: Boolean + healthy: HealthyStatus + watchers: [String] + jobs: [String] } type Datacenter { diff --git a/packages/normalized-styled-components/test/__snapshots__/index.js.snap b/packages/normalized-styled-components/test/__snapshots__/index.js.snap index 43754094..9ed3f0f6 100644 --- a/packages/normalized-styled-components/test/__snapshots__/index.js.snap +++ b/packages/normalized-styled-components/test/__snapshots__/index.js.snap @@ -3,7 +3,6 @@ exports[`renders correctly 1`] = ` .jleQxG { background-color: transparent; - -webkit-text-decoration-skip: objects; text-decoration-skip: objects; } @@ -72,7 +71,6 @@ exports[`renders