diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-11-04 11:47:40 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-11-04 11:47:40 +0100 |
commit | 13a92825afc0d96773d4d510bd26e4fab5b77c3d (patch) | |
tree | 447e1d35d84b1fdf14ddbf67a825efe2848fb59d /op-mode-definitions | |
parent | ef7db51a0030bfab534c67c003494df955ba7129 (diff) | |
download | vyos-1x-13a92825afc0d96773d4d510bd26e4fab5b77c3d.tar.gz vyos-1x-13a92825afc0d96773d4d510bd26e4fab5b77c3d.zip |
show-raid.xml: fixup indention
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-raid.xml | 20 |
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> |