|
@@ -239,17 +239,17 @@ onMounted(loadData)
|
|
|
<template v-else>
|
|
<template v-else>
|
|
|
<!-- Dynamic Records -->
|
|
<!-- Dynamic Records -->
|
|
|
<Collapsible :default-open="true" v-slot="{ open }">
|
|
<Collapsible :default-open="true" v-slot="{ open }">
|
|
|
- <div class="flex items-center justify-between">
|
|
|
|
|
- <div class="space-y-1">
|
|
|
|
|
- <h2 class="text-lg font-semibold tracking-tight">Dynamic Records</h2>
|
|
|
|
|
- <p class="text-sm text-muted-foreground">Updated automatically by the DDNS updater</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- <CollapsibleTrigger as-child>
|
|
|
|
|
- <Button variant="ghost" size="icon" class="h-8 w-8">
|
|
|
|
|
|
|
+ <CollapsibleTrigger as-child>
|
|
|
|
|
+ <div class="flex items-center justify-between cursor-pointer">
|
|
|
|
|
+ <div class="space-y-1">
|
|
|
|
|
+ <h2 class="text-lg font-semibold tracking-tight">Dynamic Records</h2>
|
|
|
|
|
+ <p class="text-sm text-muted-foreground">Updated automatically by the DDNS updater</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <Button variant="ghost" size="icon" class="h-8 w-8" as="div">
|
|
|
<ChevronsUpDown class="h-4 w-4" />
|
|
<ChevronsUpDown class="h-4 w-4" />
|
|
|
</Button>
|
|
</Button>
|
|
|
- </CollapsibleTrigger>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </CollapsibleTrigger>
|
|
|
<CollapsibleContent>
|
|
<CollapsibleContent>
|
|
|
<!-- Desktop table -->
|
|
<!-- Desktop table -->
|
|
|
<div class="hidden sm:block rounded-md border mt-3">
|
|
<div class="hidden sm:block rounded-md border mt-3">
|
|
@@ -379,17 +379,17 @@ onMounted(loadData)
|
|
|
|
|
|
|
|
<!-- Static Records -->
|
|
<!-- Static Records -->
|
|
|
<Collapsible :default-open="true" v-slot="{ open }">
|
|
<Collapsible :default-open="true" v-slot="{ open }">
|
|
|
- <div class="flex items-center justify-between">
|
|
|
|
|
- <div class="space-y-1">
|
|
|
|
|
- <h2 class="text-lg font-semibold tracking-tight">Static Records</h2>
|
|
|
|
|
- <p class="text-sm text-muted-foreground">Not managed by the DDNS updater</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- <CollapsibleTrigger as-child>
|
|
|
|
|
- <Button variant="ghost" size="icon" class="h-8 w-8">
|
|
|
|
|
|
|
+ <CollapsibleTrigger as-child>
|
|
|
|
|
+ <div class="flex items-center justify-between cursor-pointer">
|
|
|
|
|
+ <div class="space-y-1">
|
|
|
|
|
+ <h2 class="text-lg font-semibold tracking-tight">Static Records</h2>
|
|
|
|
|
+ <p class="text-sm text-muted-foreground">Not managed by the DDNS updater</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <Button variant="ghost" size="icon" class="h-8 w-8" as="div">
|
|
|
<ChevronsUpDown class="h-4 w-4" />
|
|
<ChevronsUpDown class="h-4 w-4" />
|
|
|
</Button>
|
|
</Button>
|
|
|
- </CollapsibleTrigger>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </CollapsibleTrigger>
|
|
|
<CollapsibleContent>
|
|
<CollapsibleContent>
|
|
|
<!-- Desktop table -->
|
|
<!-- Desktop table -->
|
|
|
<div class="hidden sm:block rounded-md border mt-3">
|
|
<div class="hidden sm:block rounded-md border mt-3">
|