mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
<!-- <div class="event-indicator" *ngFor="let e of view.dates[row*7+col].events"></div> -->
|
<!-- <div class="event-indicator" *ngFor="let e of view.dates[row*7+col].events"></div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</div>
|
</div>
|
||||||
<div *ngSwitchCase="'Pessoal'">
|
<div *ngSwitchCase="'Pessoal'">
|
||||||
<ion-row>
|
<ion-row>
|
||||||
|
|||||||
@@ -19,6 +19,9 @@
|
|||||||
.monthview-selected {
|
.monthview-selected {
|
||||||
background-color: lightskyblue !important;
|
background-color: lightskyblue !important;
|
||||||
}
|
}
|
||||||
|
/* .item{
|
||||||
|
background: red !important;
|
||||||
|
} */
|
||||||
}
|
}
|
||||||
|
|
||||||
.with-event {
|
.with-event {
|
||||||
@@ -39,6 +42,7 @@
|
|||||||
width: 90px;
|
width: 90px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
float: right;
|
float: right;
|
||||||
|
right: -4px !important;
|
||||||
margin:20px 20px 0 0;
|
margin:20px 20px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -182,4 +182,6 @@ export class AgendaPage implements OnInit {
|
|||||||
this.alertCrontroller.presentAlert("Funcionalidade em desenvolvimento.");
|
this.alertCrontroller.presentAlert("Funcionalidade em desenvolvimento.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export const environment = {
|
|||||||
production: false,
|
production: false,
|
||||||
apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/v2/api/',
|
apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/v2/api/',
|
||||||
domain: 'gabinetedigital.local',
|
domain: 'gabinetedigital.local',
|
||||||
defaultuser: 'paulo.pinto',
|
defaultuser: '',
|
||||||
defaultuserpwd: 'tabteste@006'
|
defaultuserpwd: 'tabteste@006'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user