|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
|
<div class="input-group input-group-sm">
|
|
|
|
|
<input autofocus="enable" id="speedAlertValue" type="number" class="form-control" placeholder="Speed alert value " autocomplete="off">
|
|
|
|
|
<input autofocus="enable" id="speedAlertValue" type="number" min="0" class="form-control" placeholder="Speed alert value " autocomplete="off">
|
|
|
|
|
<span class="input-group-addon">km/h</span>
|
|
|
|
|
</div>
|
|
|
|
|
<br>
|
|
|
|
@ -46,4 +46,4 @@
|
|
|
|
|
</div>
|
|
|
|
|
<script src="/devicemgt/public/cdmf.unit.geo-dashboard/js/geo_speed.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
</html>
|
|
|
|
|