perbaikan routing monitoring
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-float btn-square btn-outline-secondary"
|
||||
[routerLink]="['/monitoring/monitoring-room']"
|
||||
>
|
||||
<i class="feather ft-log-in"></i>
|
||||
</button>
|
||||
|
||||
@@ -37,7 +37,7 @@ import { BreadcrumbModule } from 'src/app/_layout/breadcrumb/breadcrumb.module';
|
||||
}),
|
||||
RouterModule.forChild([
|
||||
{
|
||||
path: 'monitoring-building',
|
||||
path: '',
|
||||
component: BuildingComponent
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user