File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/dstack/_internal/cli/commands Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments