mirror of
https://github.com/Litlyx/litlyx
synced 2026-02-04 14:42:19 +01:00
implementing snapshots
This commit is contained in:
@@ -70,10 +70,6 @@ const selectLabels = [
|
||||
// { label: 'Month', value: 'month' },
|
||||
];
|
||||
|
||||
function testAlert() {
|
||||
createAlert('test', 'test', 'fas fa-home', 40000);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
@@ -99,7 +95,7 @@ function testAlert() {
|
||||
|
||||
<div class="mt-6 px-6 flex gap-6 flex-col 2xl:flex-row">
|
||||
|
||||
<CardTitled class="p-4 flex-1" title="Visits trends" sub="Shows trends in page visits.">
|
||||
<CardTitled class="p-4 flex-1 w-full" title="Visits trends" sub="Shows trends in page visits.">
|
||||
<template #header>
|
||||
<SelectButton @changeIndex="mainChartSelectIndex = $event" :currentIndex="mainChartSelectIndex"
|
||||
:options="selectLabels">
|
||||
@@ -111,7 +107,7 @@ function testAlert() {
|
||||
</div>
|
||||
</CardTitled>
|
||||
|
||||
<CardTitled class="p-4 flex-1" title="Sessions" sub="Shows trends in sessions.">
|
||||
<CardTitled class="p-4 flex-1 w-full" title="Sessions" sub="Shows trends in sessions.">
|
||||
<template #header>
|
||||
<SelectButton @changeIndex="sessionsChartSelectIndex = $event"
|
||||
:currentIndex="sessionsChartSelectIndex" :options="selectLabels">
|
||||
|
||||
Reference in New Issue
Block a user