Unverified Commit cdcb740e authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(subscriptions) Move the host option after the repositories ones

issue #6099
Showing with 4 additions and 4 deletions
+4 -4
......@@ -66,10 +66,6 @@ class subscriptionsConfig extends simplePlugin
[],
TRUE
),
new StringAttribute(
_('Repositories host'), _('Host for the repositories, to use in auth.conf'),
'fdSubscriptionHost', FALSE
),
new OrderedArrayAttribute(
new CompositeAttribute(
_('Apt repositories'),
......@@ -119,6 +115,10 @@ class subscriptionsConfig extends simplePlugin
[],
TRUE
),
new StringAttribute(
_('Repositories host'), _('Host for the repositories, to use in auth.conf'),
'fdSubscriptionHost', FALSE
),
],
],
];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment