mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
improves
This commit is contained in:
@@ -10,10 +10,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="middle d-flex align-center flex-grow-1">
|
<div class="middle d-flex align-center flex-grow-1">
|
||||||
<ion-label class="title">{{ task.Folio }}</ion-label>
|
<ion-label class="title">{{ task.Folio }}</ion-label>
|
||||||
<span class="dead-line ml-10"
|
|
||||||
*ngIf="TaskService.deadlineIsToday(task.Deadline || task.deadline)">Para hoje</span>
|
|
||||||
<span class="new-task ml-10"
|
|
||||||
*ngIf="TaskService.lessThen24Hours(task.TaskReceiveDate || task.taskReceiveDate)">Nova</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="div-icon" (click)="openOptions()" *ngIf="p.userPermission([p.permissionList.Agenda.access])">
|
<div class="div-icon" (click)="openOptions()" *ngIf="p.userPermission([p.permissionList.Agenda.access])">
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-menu.svg"></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-menu.svg"></ion-icon>
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "08f51343f",
|
"shortSHA": "403c8c954",
|
||||||
"SHA": "08f51343fa8b4dd628fdb9a06cb25c662fb9886a",
|
"SHA": "403c8c954371c03710d1dc700cbea0639e3922f9",
|
||||||
"branch": "developer",
|
"branch": "developer",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Tue Aug 15 15:17:27 2023 +0100'",
|
"lastCommitTime": "'Tue Aug 15 15:19:23 2023 +0100'",
|
||||||
"lastCommitMessage": "fix",
|
"lastCommitMessage": "improves",
|
||||||
"lastCommitNumber": "5160",
|
"lastCommitNumber": "5161",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch developer\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/shared/publication/new-publication/new-publication.page.html",
|
"changeStatus": "On branch developer\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/despachos/despacho/despacho.page.html",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user