forked from Mirrors/freeswitch
FS-8224 missed a field type
This commit is contained in:
parent
0b757c7b60
commit
3a13f0df1a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user