list/remote-ls: Move version and branch column ahead of arch

Closes: #2448
Approved by: alexlarsson
This commit is contained in:
Alexander Larsson
2018-12-20 15:21:53 +01:00
committed by Atomic Bot
parent 2a94bb8eb2
commit ce13c45ccf
2 changed files with 6 additions and 6 deletions

View File

@@ -56,12 +56,12 @@ static GOptionEntry options[] = {
static Column all_columns[] = {
{ "description", N_("Description"), N_("Show the description"), 1, 1 },
{ "application", N_("Application"), N_("Show the application ID"), 0, 1 },
{ "arch", N_("Arch"), N_("Show the architecture"), 0, 1 },
{ "branch", N_("Branch"), N_("Show the branch"), 0, 1 },
{ "version", N_("Version"), N_("Show the version"), 1, 1 },
{ "ref", N_("Ref"), N_("Show the ref"), 1, 0 },
{ "branch", N_("Branch"), N_("Show the branch"), 0, 1 },
{ "arch", N_("Arch"), N_("Show the architecture"), 0, 1 },
{ "origin", N_("Origin"), N_("Show the origin remote"), 1, 1 },
{ "installation", N_("Installation"), N_("Show the installation"), 1, 0 },
{ "ref", N_("Ref"), N_("Show the ref"), 1, 0 },
{ "active", N_("Active commit"), N_("Show the active commit"), 1, 0 },
{ "latest", N_("Latest commit"), N_("Show the latest commit"), 1, 0 },
{ "size", N_("Installed size"), N_("Show the installed size"), 1, 0 },

View File

@@ -58,11 +58,11 @@ static GOptionEntry options[] = {
static Column all_columns[] = {
{ "description", N_("Description"), N_("Show the description"), 1, 1 },
{ "application", N_("Application"), N_("Show the application ID"), 0, 1 },
{ "arch", N_("Arch"), N_("Show the architecture"), 0, 0 },
{ "branch", N_("Branch"), N_("Show the branch"), 0, 1 },
{ "version", N_("Version"), N_("Show the version"), 1, 1 },
{ "ref", N_("Ref"), N_("Show the ref"), 1, 0 },
{ "branch", N_("Branch"), N_("Show the branch"), 0, 1 },
{ "arch", N_("Arch"), N_("Show the architecture"), 0, 0 },
{ "origin", N_("Origin"), N_("Show the origin remote"), 1, 1 },
{ "ref", N_("Ref"), N_("Show the ref"), 1, 0 },
{ "commit", N_("Commit"), N_("Show the active commit"), 1, 0 },
{ "runtime", N_("Runtime"), N_("Show the runtime"), 1, 0 },
{ "installed-size", N_("Installed size"), N_("Show the installed size"), 1, 0 },