diff --git a/lib/polar_web/controllers/publish/testing/cluster_json.ex b/lib/polar_web/controllers/publish/testing/cluster_json.ex index 0cea9c9..016d847 100644 --- a/lib/polar_web/controllers/publish/testing/cluster_json.ex +++ b/lib/polar_web/controllers/publish/testing/cluster_json.ex @@ -10,6 +10,8 @@ defmodule PolarWeb.Publish.Testing.ClusterJSON do def data(%Cluster{} = cluster) do %{ id: cluster.id, + type: cluster.type, + arch: cluster.arch, credential: cluster.credential, current_state: cluster.current_state }