refactor!: maintain "domain"

See toolshed/organising#636
This commit is contained in:
2025-01-03 08:24:03 +01:00
parent 2dc8034c16
commit 1194f3b228
23 changed files with 36 additions and 36 deletions

View File

@ -65,7 +65,7 @@ func NewVersionOverview(
upperKind := strings.ToUpper(kind)
rows := [][]string{
{"APP", domain},
{"DOMAIN", domain},
{"RECIPE", app.Recipe.Name},
{"SERVER", server},
{"CONFIG", deployConfig},
@ -164,7 +164,7 @@ func DeployOverview(
}
rows := [][]string{
{"APP", domain},
{"DOMAIN", domain},
{"RECIPE", app.Recipe.Name},
{"SERVER", server},
{"CONFIG", deployConfig},
@ -244,7 +244,7 @@ func UndeployOverview(
}
rows := [][]string{
{"APP", domain},
{"DOMAIN", domain},
{"RECIPE", app.Recipe.Name},
{"SERVER", server},
{"CONFIG", deployConfig},