Skip to content

Commit a1cc151

Browse files
author
Sergey Mezentsev
committed
Remove the Creation policy row from the dstack pool add preview
1 parent bf9b9b1 commit a1cc151

File tree

1 file changed

+0
-2
lines changed
  • src/dstack/_internal/cli/commands

1 file changed

+0
-2
lines changed

src/dstack/_internal/cli/commands/pool.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ def print_offers_table(
368368
) -> None:
369369
pretty_req = requirements.pretty_format(resources_only=True)
370370
max_price = f"${requirements.max_price:g}" if requirements.max_price else "-"
371-
creation_policy = profile.creation_policy
372371
termination_policy = profile.termination_policy
373372
termination_idle_time = f"{parse_duration(profile.termination_idle_time)}s"
374373

@@ -390,7 +389,6 @@ def th(s: str) -> str:
390389
props.add_row(th("Min resources"), pretty_req)
391390
props.add_row(th("Max price"), max_price)
392391
props.add_row(th("Spot policy"), spot_policy)
393-
props.add_row(th("Creation policy"), creation_policy)
394392
props.add_row(th("Termination policy"), termination_policy)
395393
props.add_row(th("Termination idle time"), termination_idle_time)
396394

0 commit comments

Comments
 (0)