]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8224 missed a field type
authorKen Rice <krice@freeswitch.org>
Sat, 26 Sep 2015 23:36:15 +0000 (18:36 -0500)
committerKen Rice <krice@freeswitch.org>
Sat, 26 Sep 2015 23:36:30 +0000 (18:36 -0500)
html5/verto/verto_communicator/src/partials/modal_logininfo.html

index 4a6d7075c50f3264ae6b2b43d978518f100ce9ed..efb964f4470697f87fc46e14285d92342238b1ce 100644 (file)
@@ -25,7 +25,7 @@
 
   <div class="form-group">
     <label class="control-label" for="callerid">Caller ID</label>
-    <input type="password" class="form-control" id="callerid" placeholder="Caller ID" ng-model="verto.data.callerid">
+    <input type="text" class="form-control" id="callerid" placeholder="Caller ID" ng-model="verto.data.callerid">
   </div>
 
 </div>