mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 21:44:51 +00:00
FS-8224 missed a field type
This commit is contained in:
parent
0b757c7b60
commit
3a13f0df1a
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label" for="callerid">Caller ID</label>
|
<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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user