mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
time picker of create secret grupo remove 0 minutes
This commit is contained in:
@@ -157,9 +157,8 @@ export class EditGroupPage implements OnInit {
|
|||||||
{
|
{
|
||||||
name: 'minutes',
|
name: 'minutes',
|
||||||
prefix: 'Minutos',
|
prefix: 'Minutos',
|
||||||
selectedIndex: 3,
|
selectedIndex: 0,
|
||||||
options: [
|
options: [
|
||||||
{ text: '0', value: 0 },
|
|
||||||
{ text: '5', value: 5 },
|
{ text: '5', value: 5 },
|
||||||
{ text: '10', value: 10 },
|
{ text: '10', value: 10 },
|
||||||
{ text: '15', value: 15 },
|
{ text: '15', value: 15 },
|
||||||
|
|||||||
@@ -287,9 +287,8 @@ export class NewGroupPage implements OnInit {
|
|||||||
{
|
{
|
||||||
name: 'minutes',
|
name: 'minutes',
|
||||||
prefix: 'Minutos',
|
prefix: 'Minutos',
|
||||||
selectedIndex: 3,
|
selectedIndex: 0,
|
||||||
options: [
|
options: [
|
||||||
{ text: '0', value: 0 },
|
|
||||||
{ text: '5', value: 5 },
|
{ text: '5', value: 5 },
|
||||||
{ text: '10', value: 10 },
|
{ text: '10', value: 10 },
|
||||||
{ text: '15', value: 15 },
|
{ text: '15', value: 15 },
|
||||||
|
|||||||
@@ -174,9 +174,8 @@ export class EditGroupPage implements OnInit {
|
|||||||
{
|
{
|
||||||
name: 'minutes',
|
name: 'minutes',
|
||||||
prefix: 'Minutos',
|
prefix: 'Minutos',
|
||||||
selectedIndex: 3,
|
selectedIndex: 0,
|
||||||
options: [
|
options: [
|
||||||
{ text: '0', value: 0 },
|
|
||||||
{ text: '5', value: 5 },
|
{ text: '5', value: 5 },
|
||||||
{ text: '10', value: 10 },
|
{ text: '10', value: 10 },
|
||||||
{ text: '15', value: 15 },
|
{ text: '15', value: 15 },
|
||||||
|
|||||||
@@ -335,9 +335,8 @@ export class NewGroupPage implements OnInit{
|
|||||||
{
|
{
|
||||||
name: 'minutes',
|
name: 'minutes',
|
||||||
prefix: 'Minutos',
|
prefix: 'Minutos',
|
||||||
selectedIndex: 3,
|
selectedIndex: 0,
|
||||||
options: [
|
options: [
|
||||||
{ text: '0', value: 0 },
|
|
||||||
{ text: '5', value: 5 },
|
{ text: '5', value: 5 },
|
||||||
{ text: '10', value: 10 },
|
{ text: '10', value: 10 },
|
||||||
{ text: '15', value: 15 },
|
{ text: '15', value: 15 },
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "36bd1fb6a",
|
"shortSHA": "62ecf2947",
|
||||||
"SHA": "36bd1fb6a1f6083ffadb480516a6dacfb67a260c",
|
"SHA": "62ecf2947b816de625b3edc6338b4a4b5df08b09",
|
||||||
"branch": "developer-prod",
|
"branch": "developer-prod",
|
||||||
"lastCommitAuthor": "'Eudes Inácio'",
|
"lastCommitAuthor": "'Eudes Inácio'",
|
||||||
"lastCommitTime": "'Thu Aug 31 13:07:52 2023 +0100'",
|
"lastCommitTime": "'Thu Aug 31 13:16:40 2023 +0100'",
|
||||||
"lastCommitMessage": "upload file on chat its done",
|
"lastCommitMessage": "white text on aprove event",
|
||||||
"lastCommitNumber": "5253",
|
"lastCommitNumber": "5254",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch developer-prod\nYour branch is up to date with 'origin/developer-prod'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/event-list/approve-event/approve-event.page.html\n\tmodified: src/app/shared/agenda/approve-event/approve-event.page.html",
|
"changeStatus": "On branch developer-prod\nYour branch is up to date with 'origin/developer-prod'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/chat/edit-group/edit-group.page.ts\n\tmodified: src/app/pages/chat/new-group/new-group.page.ts\n\tmodified: src/app/shared/chat/edit-group/edit-group.page.ts\n\tmodified: src/app/shared/chat/new-group/new-group.page.ts",
|
||||||
"changeAuthor": "eudes.inacio"
|
"changeAuthor": "eudes.inacio"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user