summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-11-04 11:47:40 +0100
committerChristian Poessinger <christian@poessinger.com>2018-11-04 11:47:40 +0100
commit13a92825afc0d96773d4d510bd26e4fab5b77c3d (patch)
tree447e1d35d84b1fdf14ddbf67a825efe2848fb59d
parentef7db51a0030bfab534c67c003494df955ba7129 (diff)
downloadvyos-1x-13a92825afc0d96773d4d510bd26e4fab5b77c3d.tar.gz
vyos-1x-13a92825afc0d96773d4d510bd26e4fab5b77c3d.zip
show-raid.xml: fixup indention
-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>