Skip to content

Commit 53e276a

Browse files
committed
fix(cluster): dc-get column mismatch (#958)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent e9d8edb commit 53e276a

File tree

1 file changed

+1
-1
lines changed
  • svc/pkg/cluster/ops/datacenter-get/src

1 file changed

+1
-1
lines changed

svc/pkg/cluster/ops/datacenter-get/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ struct Datacenter {
99
cluster_id: Uuid,
1010
name_id: String,
1111
display_name: String,
12-
create_ts: i64,
1312
provider: i64,
1413
provider_datacenter_id: String,
1514
provider_api_token: Option<String>,
1615
pools: Vec<u8>,
1716
build_delivery_method: i64,
1817
prebakes_enabled: bool,
18+
create_ts: i64,
1919
}
2020

2121
impl TryFrom<Datacenter> for backend::cluster::Datacenter {

0 commit comments

Comments
 (0)