mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
add name of shared report to title attribute
This commit is contained in:
@@ -13,6 +13,7 @@ import { useQuery } from '@tanstack/vue-query';
|
|||||||
import { api } from '@/packages/api/src';
|
import { api } from '@/packages/api/src';
|
||||||
import { getRandomColorWithSeed } from '@/packages/ui/src/utils/color';
|
import { getRandomColorWithSeed } from '@/packages/ui/src/utils/color';
|
||||||
import { useReportingStore } from '@/utils/useReporting';
|
import { useReportingStore } from '@/utils/useReporting';
|
||||||
|
import { Head } from '@inertiajs/vue3';
|
||||||
|
|
||||||
const sharedSecret = ref<string | null>(null);
|
const sharedSecret = ref<string | null>(null);
|
||||||
|
|
||||||
@@ -138,6 +139,8 @@ function getGroupLabel(key: string) {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<Head :title="sharedReportResponseData?.name" />
|
||||||
|
|
||||||
<div class="text-muted">
|
<div class="text-muted">
|
||||||
<MainContainer
|
<MainContainer
|
||||||
class="py-3 sm:py-5 border-b border-default-background-separator flex justify-between items-center">
|
class="py-3 sm:py-5 border-b border-default-background-separator flex justify-between items-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user