diff --git a/src/app/_layout/footer/footer.component.html b/src/app/_layout/footer/footer.component.html index 4c1c9fc..28d3469 100644 --- a/src/app/_layout/footer/footer.component.html +++ b/src/app/_layout/footer/footer.component.html @@ -13,7 +13,7 @@ href="https://allbestsistem.com/" target="_blank" style="background-color: #000000 !important;" - >Smart Building Management Systems (V@2024-07-8.01) + >Smart Building Management Systems (V@2024-07-8.02)
diff --git a/src/app/content/hemat-app/device/add-edit-device/add-edit-device.component.html b/src/app/content/hemat-app/device/add-edit-device/add-edit-device.component.html index 2caf4cd..7522d95 100644 --- a/src/app/content/hemat-app/device/add-edit-device/add-edit-device.component.html +++ b/src/app/content/hemat-app/device/add-edit-device/add-edit-device.component.html @@ -45,6 +45,7 @@ class="form-control" formControlName="name" placeholder="Device Name" + maxlength="50" [ngClass]="{ 'is-invalid': submitted && f.name.errors }" @@ -230,6 +231,7 @@ id="watt" class="form-control" formControlName="watt" + maxlength="10" placeholder="Watt" [ngClass]="{ 'is-invalid': submitted && f.watt.errors diff --git a/src/app/content/hemat-app/monitoring/detail/detail.component.html b/src/app/content/hemat-app/monitoring/detail/detail.component.html index 40ea79c..a948277 100644 --- a/src/app/content/hemat-app/monitoring/detail/detail.component.html +++ b/src/app/content/hemat-app/monitoring/detail/detail.component.html @@ -13,7 +13,7 @@- (v@2024.07.8.01) + (v@2024.07.8.02)