diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-11-17 10:44:48 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-11-17 11:04:50 +0100 |
commit | fe639cd05002b16a82b74262966598bab976e67f (patch) | |
tree | 0bfdeb170b80585d564b8abf4958a07015493233 /op-mode-definitions/show-hardware.xml | |
parent | da81f51fc1fcfccaf46338ca7c4163a72227183c (diff) | |
download | vyos-1x-fe639cd05002b16a82b74262966598bab976e67f.tar.gz vyos-1x-fe639cd05002b16a82b74262966598bab976e67f.zip |
Lint fixup of opmode XML indention
Diffstat (limited to 'op-mode-definitions/show-hardware.xml')
-rw-r--r-- | op-mode-definitions/show-hardware.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/op-mode-definitions/show-hardware.xml b/op-mode-definitions/show-hardware.xml index 6cd912aea..a49036397 100644 --- a/op-mode-definitions/show-hardware.xml +++ b/op-mode-definitions/show-hardware.xml @@ -27,21 +27,18 @@ </node> </children> </node> - <node name="dmi"> <properties> <help>Show system DMI details</help> </properties> <command>${vyatta_bindir}/vyatta-show-dmi</command> </node> - <node name="mem"> <properties> <help>Show system RAM details</help> </properties> <command>cat /proc/meminfo</command> </node> - <node name="pci"> <properties> <help>Show system PCI bus details</help> @@ -56,8 +53,6 @@ </node> </children> </node> - - <node name="scsi"> <properties> <help>Show SCSI device information</help> @@ -72,7 +67,6 @@ </node> </children> </node> - <node name="usb"> <properties> <help>Show peripherals connected to the USB bus</help> @@ -87,7 +81,6 @@ </node> </children> </node> - </children> </node> </children> |