File tree Expand file tree Collapse file tree
dashboard/src/components/site Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 shouldHighlight && 'ring-1',
88 ]"
99 >
10+ <<<<<<< HEAD
1011 <div class =" flex h-12 items-center justify-between border-b px-5 gap-2" >
1112 <div class =" flex items-center" >
1213 <h3 class =" text-lg font-medium text-gray-900" >{{ title }}</h3 >
2021 </div >
2122 </div >
2223 <slot name =" action" ></slot >
24+ =======
25+ <div class =" flex items-center border-b p-3 gap-2" >
26+ <h3 class =" text-base font-medium text-gray-900" >{{ title }}</h3 >
27+ <slot name =" action" ></slot >
28+
29+ <button @click =" shareCard" class =" flex items-center gap-1.5 ml-auto" aria-label =" Copy" >
30+ <LucideLink
31+ class="size-3 outline-none duration-200 hover:text-current cursor-pointer"
32+ />
33+ </button >
34+ >>>>>>> cf6ae9eca (fix(ui): analytic cards action btn alignments in site analytics)
2335 </div >
2436
2537 <slot ></slot >
Original file line number Diff line number Diff line change 417417 </AnalyticsCard >
418418
419419 <AnalyticsCard
420- class=" sm:col-span-2 "
420+ class=' sm:col-span-2 [&_[aria-label="Copy"]]: m-0 '
421421 title="Frequent Slow Queries"
422422 @share-card =" shareDashboard "
423423 >
448448 </AnalyticsCard >
449449
450450 <AnalyticsCard
451- class=" sm:col-span-2 "
451+ class=' sm:col-span-2 [&_[aria-label="Copy"]]: m-0 '
452452 title="Top Slow Queries"
453453 @share-card =" shareDashboard "
454454 >
You can’t perform that action at this time.
0 commit comments