summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-raid.xml
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-11-12 16:57:22 +0100
committerDaniil Baturin <daniil@baturin.org>2018-11-12 16:57:22 +0100
commit559ac84addd27c135f5799304434ad3ef872555d (patch)
tree5d06f61b62ff69760d83f63ca42927f7f61d1d1f /op-mode-definitions/show-raid.xml
parent7e6e5a211325b8f00e58a01a67ad2c01d073ff2a (diff)
parent718d9a123c2ba72b87d7f6e48a5e6d83fa86d494 (diff)
downloadvyos-1x-559ac84addd27c135f5799304434ad3ef872555d.tar.gz
vyos-1x-559ac84addd27c135f5799304434ad3ef872555d.zip
Merge branch 'current' into crux
Diffstat (limited to 'op-mode-definitions/show-raid.xml')
-rw-r--r--op-mode-definitions/show-raid.xml20
1 files changed, 9 insertions, 11 deletions
diff --git a/op-mode-definitions/show-raid.xml b/op-mode-definitions/show-raid.xml
index b0930742a..000fd4610 100644
--- a/op-mode-definitions/show-raid.xml
+++ b/op-mode-definitions/show-raid.xml
@@ -2,17 +2,15 @@
<interfaceDefinition>
<node name="show">
<children>
- <tagNode name="raid">
- <properties>
- <help>Show statis of RAID set</help>
- <completionHelp>
- <script>${vyos_completion_dir}/list_raidset.sh</script>
- </completionHelp>
- </properties>
- <command>${vyos_op_scripts_dir}/show_raid.sh $3</command>
-
- </tagNode>
-
+ <tagNode name="raid">
+ <properties>
+ <help>Show statis of RAID set</help>
+ <completionHelp>
+ <script>${vyos_completion_dir}/list_raidset.sh</script>
+ </completionHelp>
+ </properties>
+ <command>${vyos_op_scripts_dir}/show_raid.sh $3</command>
+ </tagNode>
</children>
</node>
</interfaceDefinition>