Skip to content

Commit

Permalink
Add attributes needed by icepak
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jun 27, 2024
1 parent 9f0b547 commit 9d7d736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/polar_web/controllers/publish/testing/cluster_json.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9d7d736

Please sign in to comment.