diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-23 11:47:49 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-23 11:47:49 +0100 |
commit | bec4553238a69ac710ea28b90480dc3a2bde5539 (patch) | |
tree | 99572477241aead8719ca0d2109b5720ebb19fdd /app/views | |
parent | d14b99c32f0c6a88298c9bed1d91b7fec0fb04b5 (diff) |
Added screenshot example of how to configure the snom provisioning URL.
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/phones/show.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/phones/show.html.haml b/app/views/phones/show.html.haml index e197f4a..97cb1a8 100644 --- a/app/views/phones/show.html.haml +++ b/app/views/phones/show.html.haml @@ -52,6 +52,11 @@ .span7 - if @phone.ip_address.blank? && @phone.phone_model.manufacturer.ieee_name == 'SNOM Technology AG' + %ul.thumbnails.pull-right + %li.span4 + %a.thumbnail{:href => "#{image_path('screenshots/set_provisioning_url_snom.png')}"} + =image_tag('screenshots/set_provisioning_url_snom.png', :alt => "Screenshot Set Provisionierungs-URL Snom WebGUI") + %p Sollten Sie Ihren DHCP-Server noch nicht für das automatische Konfigurieren der SIP-Telefone konfiguriert haben, können Sie manuell in Ihrem Telefon eine Provisionierungs-URL eingeben. %p |