We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280b7c8 commit 95738cbCopy full SHA for 95738cb
1 file changed
packages/core/services/cluster/src/ops/datacenter/topology_get/mod.rs
@@ -211,7 +211,7 @@ pub async fn cluster_datacenter_topology_get(
211
Ok((hardware_specs, prometheus_metrics))
212
},
213
async {
214
- if ctx.config().server()?.nomad.is_some() {
+ if false {
215
// Request is not paginated
216
let nomad_config = nomad_util::new_build_config(ctx.config())?;
217
allocations_api::get_allocations(
@@ -235,7 +235,7 @@ pub async fn cluster_datacenter_topology_get(
235
}
236
237
238
239
240
241
nodes_api::get_nodes(
0 commit comments