Newer
Older
HoteleriaAdmin / src / app / dashboards / dashboard4 / dashboard4.component.html
<!-- ============================================================== -->
<!-- Report and Comments -->
<!-- ============================================================== -->
<!-- Row -->
<div class="row">
    <div class="col-xs-12 col-sm-4 col-md-3">
        <!-- You can find this in the dashboard-component -->
        <app-filter></app-filter>
    </div>
    <div class="col-xs-12 col-sm-8 col-md-9">
        <!-- You can find this in the dashboard-component -->
        <app-list></app-list>
    </div>
</div>