| commit | 44f621bf542469bae8b1888765a0e5e95b4b4459 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Mon Apr 29 09:44:38 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Tue Apr 30 16:19:37 2024 +0400 |
| tree | e8bae41e2b6b7b8b9d18b2255cc20a85db61c5c0 | |
| parent | e72b54f819a38afc6656b99010370d6f3d51c38e [diff] [blame] |
AppManager: clean up UI Change-Id: I8119ea81c80ff6165f4217dfdf9837e776703fc0
diff --git a/core/installer/values-tmpl/pihole.cue b/core/installer/values-tmpl/pihole.cue index cbce3c0..37a44d5 100644 --- a/core/installer/values-tmpl/pihole.cue +++ b/core/installer/values-tmpl/pihole.cue
@@ -1,7 +1,7 @@ input: { - network: #Network - subdomain: string - auth: #Auth + network: #Network @name(Network) + subdomain: string @name(Subdomain) + auth: #Auth @name(Authentication) } _domain: "\(input.subdomain).\(input.network.domain)"