diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-07-14 21:33:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-14 21:33:45 +0200 |
| commit | 4cc57a4819c138896c77a3da7013d019a483e2eb (patch) | |
| tree | 826402ad505643effe72231dbc8bf471e09a2475 | |
| parent | c70027dec55c322636ade3e74361224effc6df12 (diff) | |
| parent | 9c6758280f24ee35778815c6b78e0ba6a14b808f (diff) | |
| download | vyos-1x-4cc57a4819c138896c77a3da7013d019a483e2eb.tar.gz vyos-1x-4cc57a4819c138896c77a3da7013d019a483e2eb.zip | |
Merge pull request #922 from jack9603301/container
container: T3662: Set its priority to 1280
| -rw-r--r-- | interface-definitions/containers.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/containers.xml.in b/interface-definitions/containers.xml.in index 6fc53c105..124b1f65e 100644 --- a/interface-definitions/containers.xml.in +++ b/interface-definitions/containers.xml.in @@ -3,6 +3,7 @@ <node name="container" owner="${vyos_conf_scripts_dir}/containers.py"> <properties> <help>Container applications</help> + <priority>1280</priority> </properties> <children> <tagNode name="name"> |
