diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-23 16:57:16 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-23 16:57:18 +0200 |
commit | f480f236d8bd43bbfc5928702a94d6b3684cbb68 (patch) | |
tree | 76c92472bb9262dc2c2d71492030d6a626fcec8c | |
parent | 8774ef9377610559d15071acec5442180c660924 (diff) | |
download | vyos-1x-f480f236d8bd43bbfc5928702a94d6b3684cbb68.tar.gz vyos-1x-f480f236d8bd43bbfc5928702a94d6b3684cbb68.zip |
container: T2216: use common "generic-description.xml.i" building block
-rw-r--r-- | interface-definitions/containers.xml.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/interface-definitions/containers.xml.in b/interface-definitions/containers.xml.in index 9c366b5f4..286b4942a 100644 --- a/interface-definitions/containers.xml.in +++ b/interface-definitions/containers.xml.in @@ -21,11 +21,7 @@ <valueless/> </properties> </leafNode> - <leafNode name="description"> - <properties> - <help>Container description</help> - </properties> - </leafNode> + #include <include/generic-description.xml.i> <tagNode name="environment"> <properties> <help>Add custom environment variables</help> |