= props => {
{props.healthcheck.name}
+
{props.executionHistory.length > 0 && (
diff --git a/src/HealthChecks.UI/client/typings/models.d.ts b/src/HealthChecks.UI/client/typings/models.d.ts
index f4e616d162..554fe5ea3b 100644
--- a/src/HealthChecks.UI/client/typings/models.d.ts
+++ b/src/HealthChecks.UI/client/typings/models.d.ts
@@ -24,6 +24,7 @@ export interface Check {
status: string;
description: string;
duration: string;
+ data: string;
tags: string[];
}
diff --git a/version.json b/version.json
new file mode 100644
index 0000000000..e7c4b963c0
--- /dev/null
+++ b/version.json
@@ -0,0 +1,8 @@
+{
+ "version": "1.0.3",
+ "cloudBuild": {
+ "buildNumber": {
+ "enabled": true
+ }
+ }
+}
\ No newline at end of file