53 lines
3.3 KiB
HTML
53 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons" rel="stylesheet" type="text/css">
|
|
<link href="https://cdn.jsdelivr.net/npm/quasar@2.16.0/dist/quasar.prod.css" rel="stylesheet" type="text/css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="src/components/app-shell/app-shell.css">
|
|
<link rel="stylesheet" href="src/components/app-header/app-header.css">
|
|
<link rel="stylesheet" href="src/components/header-brand/header-brand.css">
|
|
<link rel="stylesheet" href="src/components/header-actions/header-actions.css">
|
|
<link rel="stylesheet" href="src/components/online-users-stack/online-users-stack.css">
|
|
<link rel="stylesheet" href="src/components/online-users-menu/online-users-menu.css">
|
|
<link rel="stylesheet" href="src/components/left-drawer/left-drawer.css">
|
|
<link rel="stylesheet" href="src/components/timeline-settings/timeline-settings.css">
|
|
<link rel="stylesheet" href="src/components/dev-tools/dev-tools.css">
|
|
<link rel="stylesheet" href="src/components/grid-toggles/grid-toggles.css">
|
|
<link rel="stylesheet" href="src/components/reset-controls/reset-controls.css">
|
|
<link rel="stylesheet" href="src/components/filter-drawer/filter-drawer.css">
|
|
<link rel="stylesheet" href="src/components/filter-header/filter-header.css">
|
|
<link rel="stylesheet" href="src/components/filter-saved-views/filter-saved-views.css">
|
|
<link rel="stylesheet" href="src/components/filter-availability/filter-availability.css">
|
|
<link rel="stylesheet" href="src/components/filter-hub/filter-hub.css">
|
|
<link rel="stylesheet" href="src/components/filter-division/filter-division.css">
|
|
<link rel="stylesheet" href="src/components/filter-roles/filter-roles.css">
|
|
<link rel="stylesheet" href="src/components/filter-skills/filter-skills.css">
|
|
<link rel="stylesheet" href="src/components/detail-drawer/detail-drawer.css">
|
|
<link rel="stylesheet" href="src/components/agent-summary/agent-summary.css">
|
|
<link rel="stylesheet" href="src/components/assignment-editor/assignment-editor.css">
|
|
<link rel="stylesheet" href="src/components/planner-page/planner-page.css">
|
|
<link rel="stylesheet" href="src/components/loading-skeleton/loading-skeleton.css">
|
|
<link rel="stylesheet" href="src/components/planner-grid/planner-grid.css">
|
|
<link rel="stylesheet" href="src/components/eod-row/eod-row.css">
|
|
<link rel="stylesheet" href="src/components/availability-row/availability-row.css">
|
|
<link rel="stylesheet" href="src/components/dates-row/dates-row.css">
|
|
<link rel="stylesheet" href="src/components/grid-search/grid-search.css">
|
|
<link rel="stylesheet" href="src/components/date-cell/date-cell.css">
|
|
<link rel="stylesheet" href="src/components/group-header-row/group-header-row.css">
|
|
<link rel="stylesheet" href="src/components/agent-row/agent-row.css">
|
|
<link rel="stylesheet" href="src/components/agent-cell/agent-cell.css">
|
|
<link rel="stylesheet" href="src/components/day-cell/day-cell.css">
|
|
<link rel="stylesheet" href="src/components/cell-badges/cell-badges.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="q-app"></div>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/quasar@2.16.0/dist/quasar.umd.prod.js"></script>
|
|
<script type="module" src="src/main.js"></script>
|
|
</body>
|
|
</html>
|