change export report button

This commit is contained in:
Emily
2025-01-03 15:39:33 +01:00
parent 745a332e56
commit fb31fdcfff

View File

@@ -163,11 +163,11 @@ const { data: maxProjects } = useFetch("/api/user/max_projects", {
</div> </div>
<div class="flex gap-2"> <div class="flex gap-2">
<UTooltip text="Download report"> <!-- <UTooltip text="Download report">
<LyxUiButton @click="generatePDF()" type="outlined" class="!px-3 !py-1"> <LyxUiButton @click="generatePDF()" type="outlined" class="!px-3 !py-1">
<div><i class="far fa-download text-[.8rem]"></i></div> <div><i class="far fa-download text-[.8rem]"></i></div>
</LyxUiButton> </LyxUiButton>
</UTooltip> </UTooltip> -->
<UTooltip text="Create new snapshot"> <UTooltip text="Create new snapshot">
<LyxUiButton @click="openSnapshotDialog()" type="outlined" class="!px-3 !py-1"> <LyxUiButton @click="openSnapshotDialog()" type="outlined" class="!px-3 !py-1">
<div><i class="fas fa-plus text-[.9rem]"></i></div> <div><i class="fas fa-plus text-[.9rem]"></i></div>
@@ -235,6 +235,13 @@ const { data: maxProjects } = useFetch("/api/user/max_projects", {
</div> </div>
</div> </div>
<div class="w-full flex mt-4">
<LyxUiButton type="outline" class="w-full text-center text-[.7rem]">
Export report
</LyxUiButton>
</div>
</div> </div>
<div class="bg-[#202020] h-[1px] w-full"></div> <div class="bg-[#202020] h-[1px] w-full"></div>