diff --git a/src/app/content/hemat-app/monitoring/add-new-building-room/add-new-building-room.component.ts b/src/app/content/hemat-app/monitoring/add-new-building-room/add-new-building-room.component.ts
index de3142f..464db08 100644
--- a/src/app/content/hemat-app/monitoring/add-new-building-room/add-new-building-room.component.ts
+++ b/src/app/content/hemat-app/monitoring/add-new-building-room/add-new-building-room.component.ts
@@ -46,20 +46,6 @@ export class AddNewBuildingRoomComponent implements OnInit {
constructor(private formBuilder: FormBuilder, private router: Router,) {}
ngOnInit() {
- this.breadcrumb = {
- mainlabel: "Device",
- links: [
- {
- name: "Home",
- isLink: false,
- link: "/dashboard/sales",
- },
- {
- name: "Device",
- isLink: false,
- },
- ],
- };
this.numberTab = this.formBuilder.group({
buildName: ["", Validators.required],
phone: ["", Validators.required],
diff --git a/src/app/content/hemat-app/monitoring/room/room.component.ts b/src/app/content/hemat-app/monitoring/room/room.component.ts
index 619d416..084dde9 100644
--- a/src/app/content/hemat-app/monitoring/room/room.component.ts
+++ b/src/app/content/hemat-app/monitoring/room/room.component.ts
@@ -168,15 +168,15 @@ export class RoomComponent implements OnInit {
ngOnInit() {
this.breadcrumb = {
- mainlabel: "Device",
+ mainlabel: "Room",
links: [
{
- name: "Home",
+ name: "Dashboard",
isLink: false,
link: "/dashboard/sales",
},
{
- name: "Device",
+ name: "Room",
isLink: false,
},
],