Added the Post Put capabilities for the http eecution. cleaned up css

for list ordering. Cleaned up device management calls.
This commit is contained in:
Admin
2015-09-01 13:40:53 -05:00
parent 6c99358f95
commit 7294dbf175
13 changed files with 196 additions and 102 deletions

View File

@@ -9,14 +9,6 @@
<div class="panel-heading">
<h2 class="panel-title">Vera Device List</h2>
</div>
<style type="text/css">
.sortorder:after {
content: '\25b2';
}
.sortorder.reverse:after {
content: '\25bc';
}
</style>
<ul class="list-group">
<li class="list-group-item">
<p class="text-muted">You can select a Vera device and generate
@@ -83,7 +75,7 @@
URL </label>
<div class="col-xs-8 col-sm-7">
<textarea class="form-control" id="device-on-url"
<textarea rows="3" class="form-control" id="device-on-url"
ng-model="device.onUrl" placeholder="URL to turn device on"></textarea>
</div>
<div class="clearfix visible-xs"></div>
@@ -97,7 +89,7 @@
for="device-off-url">Off URL </label>
<div class="col-xs-8 col-sm-7">
<textarea class="form-control" id="device-off-url"
<textarea rows="3" class="form-control" id="device-off-url"
ng-model="device.offUrl" placeholder="URL to turn device off"></textarea>
</div>
<div class="clearfix visible-xs"></div>