From 2d35f0b839c5e65a59a1fdd42648e6349b5def58 Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Mon, 9 Dec 2013 07:31:39 +0000 Subject: Gigaset provisioning added --- app/views/config_gigaset/show.xml.haml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/views/config_gigaset/show.xml.haml (limited to 'app/views') diff --git a/app/views/config_gigaset/show.xml.haml b/app/views/config_gigaset/show.xml.haml new file mode 100644 index 0000000..66914ef --- /dev/null +++ b/app/views/config_gigaset/show.xml.haml @@ -0,0 +1,9 @@ +!!! XML +%ProviderFrame{'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance', 'xsi:noNamespaceSchemaLocation' => 'N510.xsd'} + %Provider + != "" + != "" + != "" + + - @settings.each do |key, value| + != "" \ No newline at end of file -- cgit v1.2.3