Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24852517
D3998.id10410.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
811 B
Referenced Files
None
Subscribers
None
D3998.id10410.diff
View Options
diff --git a/frontend/src/components/ServiceGroup.vue b/frontend/src/components/ServiceGroup.vue
--- a/frontend/src/components/ServiceGroup.vue
+++ b/frontend/src/components/ServiceGroup.vue
@@ -1,5 +1,6 @@
<script setup>
import StatusBadge from '@/components/StatusBadge.vue'
+import { timeAgo } from '@/utils/status'
defineProps({
groupName: { type: String, required: true },
@@ -25,6 +26,9 @@
<p v-if="service.description" class="text-xs text-gray-500 dark:text-gray-400 mt-0.5">
{{ service.description }}
</p>
+ <p v-if="service.updated_at" class="text-xs text-gray-400 dark:text-gray-500 mt-0.5">
+ Last checked: {{ timeAgo(service.updated_at) }}
+ </p>
</div>
<StatusBadge :status="service.status" />
</li>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 07:44 (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3528557
Default Alt Text
D3998.id10410.diff (811 B)
Attached To
Mode
D3998: Added a "Last checked: 2m ago" line below each service description.
Attached
Detach File
Event Timeline
Log In to Comment