diff --git a/src/app/pages/events/events.page.html b/src/app/pages/events/events.page.html index 1fdca5045..b39eeea08 100644 --- a/src/app/pages/events/events.page.html +++ b/src/app/pages/events/events.page.html @@ -28,25 +28,25 @@

{{customDate}}

-
+

Tarefas que terminam hoje

{{ TaskService.deadline }}
-
+

Tarefas em atraso

{{ TaskService.overdueTasks }}
-
+

Novas tarefas

{{ TaskService.new }}
-
+

Tarefas não lidas

{{ TaskService.unread }} diff --git a/src/environments/suport/dev.ts b/src/environments/suport/dev.ts index b2bbf1b97..b70957006 100644 --- a/src/environments/suport/dev.ts +++ b/src/environments/suport/dev.ts @@ -4,8 +4,8 @@ import { Environment } from './../../app/models/envarioment' export const DevProd: Environment = { id:'3', apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/', - apiChatUrl: 'https://CHAT.DONEIT.CO.AO/api/v1/', - apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket', + apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/', + apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket', production: true, domain: 'gabinetedigital.local', defaultuser: '', @@ -27,8 +27,8 @@ export const DevProd: Environment = { export const DevDev: Environment = { id:'3', apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/', - apiChatUrl: 'https://CHAT.DONEIT.CO.AO/api/v1/', - apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket', + apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/', + apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket', production: true, domain: 'gabinetedigital.local', defaultuser: 'paulo.pinto@gabinetedigital.local', diff --git a/version/git-version.ts b/version/git-version.ts index 131821581..4358a9e7e 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,12 +1,12 @@ export let versionData = { - "shortSHA": "b4bc28655", - "SHA": "b4bc286557ec8cc4a8de9bcea1f9380312fd0ef6", + "shortSHA": "d585331bd", + "SHA": "d585331bd748143c00f4a61d74186efb5fad51e3", "branch": "feature/gabineteLabels", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Mon Apr 17 17:23:26 2023 +0100'", - "lastCommitMessage": "fix filter change", - "lastCommitNumber": "4914", + "lastCommitTime": "'Mon Apr 17 17:24:35 2023 +0100'", + "lastCommitMessage": "fix", + "lastCommitNumber": "4915", "change": "", - "changeStatus": "On branch feature/gabineteLabels\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/shared/gabinete-digital/all-processes/all-processes.page.ts", + "changeStatus": "On branch feature/gabineteLabels\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/pages/events/events.page.html\n\tmodified: src/environments/suport/dev.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file