update versi
This commit is contained in:
parent
bfb828c15c
commit
5410d966d0
|
@ -13,7 +13,7 @@
|
||||||
href="https://allbestsistem.com/"
|
href="https://allbestsistem.com/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
style="background-color: #ffffff !important;"
|
style="background-color: #ffffff !important;"
|
||||||
>Smart Building Management Systems (V@2024-08-8.01)
|
>Smart Building Management Systems (V@2024-08-8.13)
|
||||||
</a></span
|
</a></span
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -258,6 +258,7 @@ export class AddEditListComponent {
|
||||||
this.dataRoomList = newArray;
|
this.dataRoomList = newArray;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
trackByFn(index: number, option: any): any {
|
trackByFn(index: number, option: any): any {
|
||||||
return option.id;
|
return option.id;
|
||||||
}
|
}
|
||||||
|
|
|
@ -138,7 +138,7 @@
|
||||||
<p
|
<p
|
||||||
class="card-subtitle line-on-side text-muted text-center font-small-3 mx-2 my-1"
|
class="card-subtitle line-on-side text-muted text-center font-small-3 mx-2 my-1"
|
||||||
>
|
>
|
||||||
<span>(v@2024.08.8.01)</span>
|
<span>(v@2024.08.8.13)</span>
|
||||||
</p>
|
</p>
|
||||||
<!-- <div class="card-body">
|
<!-- <div class="card-body">
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in New Issue