Skip to content

Commit

Permalink
CSS chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
NKOKKILIGADDA87 committed Jul 12, 2024
1 parent 3b43b8c commit 790f2b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h5>{{ currentLanguageSet?.Referdetails?.revisitAndRefer }}</h5>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6 alignment">
{{ currentLanguageSet?.Referdetails?.additionalservices }}
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6">
<div class="col-sm-6 col-md-3 box">
<mat-form-field [style.width]="'100%'">
<mat-label class="mat-label-text">{{
currentLanguageSet?.Referdetails?.additionalservices
Expand Down Expand Up @@ -121,7 +121,7 @@ <h5>{{ currentLanguageSet?.Referdetails?.revisitAndRefer }}</h5>
</ng-template>
<div
*ngIf="selectValue > 0 || selectValueService > 0; else elseBlockText"
class="col-xs-6 col-sm-6 col-md-6 col-lg-6"
class="col-sm-6 col-md-3 box"
>
<mat-form-field [style.width]="'100%'">
<textarea
Expand All @@ -137,7 +137,7 @@ <h5>{{ currentLanguageSet?.Referdetails?.revisitAndRefer }}</h5>
</div>

<ng-template #elseBlockText>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6">
<div class="col-sm-6 col-md-3 box">
<mat-form-field [style.width]="'100%'">
<textarea
matInput
Expand Down
18 changes: 9 additions & 9 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
// The list of which env maps to which file can be found in `.angular-cli.json`.

const commonIP = 'http://183.82.107.186:8080';
const tmIP = 'http://183.82.107.186:8080';
const IP104 = 'http://183.82.107.186:8080';
const mmuIP = 'http://183.82.107.186:8080';
const schedulerIP = 'http://183.82.107.186:8080';
const adminIP = 'http://183.82.107.186:8080';
const FHIRIP = 'http://183.82.107.186:8080';
const inventoryUI_IP = 'http://183.82.107.186:8080';
const commonIP = 'https://amritwprdev.piramalswasthya.org';
const tmIP = 'https://amritwprdev.piramalswasthya.org';
const IP104 = 'https://amritwprdev.piramalswasthya.org';
const mmuIP = 'https://amritwprdev.piramalswasthya.org';
const schedulerIP = 'https://amritwprdev.piramalswasthya.org';
const adminIP = 'https://amritwprdev.piramalswasthya.org';
const FHIRIP = 'https://amritwprdev.piramalswasthya.org';
const inventoryUI_IP = 'https://amritwprdev.piramalswasthya.org';

const SERVER_IP = '10.208.122.39';

const SWYMED_IP = 'swymed://14.143.13.109';
const identityIP = 'http://183.82.107.186:8080/';
const identityIP = 'https://amritwprdev.piramalswasthya.org/';

// With API MAN Configuration
// const COMMON_API_OPEN = `http://${IP}:8080/apiman-gateway/IEMR/Common/open/`;
Expand Down

0 comments on commit 790f2b7

Please sign in to comment.