aboutsummaryrefslogtreecommitdiff
path: root/web/static/app/templates/device.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/app/templates/device.html')
-rw-r--r--web/static/app/templates/device.html25
1 files changed, 8 insertions, 17 deletions
diff --git a/web/static/app/templates/device.html b/web/static/app/templates/device.html
index fbda67f..e3c988d 100644
--- a/web/static/app/templates/device.html
+++ b/web/static/app/templates/device.html
@@ -2,9 +2,17 @@
<h1>
{{(ctrl.device.name || ctrl.device.key)}}
+
+ <a ng-click="ctrl.editDeviceAttribute('name')" class="pull-right" style="font-size: 1rem;">
+ <i class="fa fa-edit"/>
+ </a>
</h1>
<p ng-if="ctrl.device.description">
+ <a ng-click="ctrl.editDeviceAttribute('description')" class="pull-right">
+ <i class="fa fa-edit"/>
+ </a>
+
{{ctrl.device.description}}
</p>
@@ -69,23 +77,6 @@
{{ctrl.device.created_timestamp | date}}
&nbsp;
</dd>
-
- <dt class="col-sm-3">Name</dt>
- <dd class="col-sm-9">
- {{ctrl.device.name}}
- <a ng-click="ctrl.editDeviceAttribute('name')" class="pull-right">
- <i class="fa fa-edit"/>
- </a>
- </dd>
-
- <dt class="col-sm-3">Description</dt>
- <dd class="col-sm-9">
- {{ctrl.device.description}}
-
- <a ng-click="ctrl.editDeviceAttribute('description')" class="pull-right">
- <i class="fa fa-edit"/>
- </a>
- </dd>
</dl>
<h3>Properties</h3>