Skip to content

Commit 09071ab

Browse files
authored
chore: added confluence to the list of Last data check completed 1 hour (#3514)
Signed-off-by: Efren Lim <elim@linuxfoundation.org>
1 parent ab48f22 commit 09071ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/modules/admin/modules/integration/components/integration-list-item.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const integration = computed(() => findByPlatform.value(props.config.key));
151151
const status = computed(() => getIntegrationStatus(integration.value));
152152
153153
const lastDataCheckCompleted = computed(() => {
154-
if (['github', 'gerrit', 'jira'].includes(integration.value.platform)) {
154+
if (['github', 'gerrit', 'jira', 'confluence'].includes(integration.value.platform)) {
155155
return '1 hour ago';
156156
}
157157

0 commit comments

Comments
 (0)