@c8y/ng1-modules 1020.28.6 → 1020.28.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,18 +18,18 @@
18
18
  ng-if="data.length > 0"
19
19
  >
20
20
  <div class="d-flex">
21
- <div class="c8y-list--timeline__item__date a-s-center">
22
- <label class="m-0">
23
- {{ 'Time' | translate }}
24
- <button
25
- class="btn-help btn-help--sm"
26
- aria-label="{{ 'Help' | translate }}"
27
- type="button"
28
- uib-popover-html="'Server time can be different from device times in other fields.' | translate"
29
- popover-placement="right"
30
- popover-trigger="'focus'"
31
- ></button>
21
+ <div class="c8y-list--timeline__item__date a-s-center m-l-16 m-r-24">
22
+ <label>
23
+ {{ 'Device time' | translate }}
32
24
  </label>
25
+ <button
26
+ class="btn-help btn-help--sm"
27
+ aria-label="{{ 'Help' | translate }}"
28
+ type="button"
29
+ uib-popover-html="'Device time can be different from server time.' | translate"
30
+ popover-placement="right"
31
+ popover-trigger="'focus'"
32
+ ></button>
33
33
  </div>
34
34
  <div class="c8y-list__item__block flex-grow">
35
35
  <div class="c8y-list__item__icon">
@@ -58,7 +58,7 @@
58
58
  ng-repeat="audit in data"
59
59
  >
60
60
  <small class="c8y-list--timeline__item__date">
61
- {{ audit.creationTime | absoluteDate }}
61
+ {{ audit.time | absoluteDate }}
62
62
  </small>
63
63
  <div class="c8y-list__item">
64
64
  <div class="c8y-list__item__block">
@@ -150,9 +150,9 @@
150
150
  </span>
151
151
  <span>
152
152
  <span class="text-label-small">
153
- {{ 'Device time' | translate }}
153
+ {{ 'Server time' | translate }}
154
154
  </span>
155
- <span>{{ audit.time | absoluteDate }}</span>
155
+ <span>{{ audit.creationTime | absoluteDate }}</span>
156
156
  </span>
157
157
  </div>
158
158
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/ng1-modules",
3
- "version": "1020.28.6",
3
+ "version": "1020.28.10",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity",
6
6
  "description": "AngularJS modules for Cumulocity IoT applications.",