Commit edb51879 authored by ari_darmawan's avatar ari_darmawan

fix tittle report dashboard

parent ce90c26c
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<th rowspan="2">Status Pengaduan</th> <th rowspan="2">Status Pengaduan</th>
<th rowspan="2">Tanggal Resolved</th> <th rowspan="2">Tanggal Resolved</th>
<th rowspan="2">SLA Internal</th> <th rowspan="2">SLA Internal</th>
<th rowspan="2">Sisa Hari SLA</th> <th rowspan="2">Hari SLA</th>
<th rowspan="2">Target Penyelesaian</th> <th rowspan="2">Target Penyelesaian</th>
<th rowspan="2">Remark</th> <th rowspan="2">Remark</th>
<th colspan="2">Potensi Kerugian</th> <th colspan="2">Potensi Kerugian</th>
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<th rowspan="2">Status Permintaan</th> <th rowspan="2">Status Permintaan</th>
<th rowspan="2">Tanggal Resolved</th> <th rowspan="2">Tanggal Resolved</th>
<th rowspan="2">SLA Internal</th> <th rowspan="2">SLA Internal</th>
<th rowspan="2">Sisa Hari SLA</th> <th rowspan="2">Hari SLA</th>
<th rowspan="2">Target Penyelesaian</th> <th rowspan="2">Target Penyelesaian</th>
<th rowspan="2">Remark</th> <th rowspan="2">Remark</th>
<th colspan="2">Potensi Kerugian</th> <th colspan="2">Potensi Kerugian</th>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<th>Status Informasi</th> <th>Status Informasi</th>
<th>Tanggal</th> <th>Tanggal</th>
<th>Target Penyelesaian</th> <th>Target Penyelesaian</th>
<th>Sisa Hari SLA</th> <th>Hari SLA</th>
</tr> </tr>
</ng-container> </ng-container>
<ng-container *ngIf="TicketReportRequest.servicefamily_name == 'Inquiry Call Center & NWB'"> <ng-container *ngIf="TicketReportRequest.servicefamily_name == 'Inquiry Call Center & NWB'">
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<th>Status Informasi</th> <th>Status Informasi</th>
<th>Tanggal</th> <th>Tanggal</th>
<th>Target Penyelesaian</th> <th>Target Penyelesaian</th>
<th>Sisa Hari SLA</th> <th>Hari SLA</th>
</tr> </tr>
</ng-container> </ng-container>
<ng-container *ngIf="TicketReportRequest.servicefamily_name == 'Telepon terputus Call Center & NWB'"> <ng-container *ngIf="TicketReportRequest.servicefamily_name == 'Telepon terputus Call Center & NWB'">
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
<th>Status</th> <th>Status</th>
<th>Tanggal Closed</th> <th>Tanggal Closed</th>
<th>Target Penyelesaian</th> <th>Target Penyelesaian</th>
<th>Sisa Hari SLA</th> <th>Hari SLA</th>
</tr> </tr>
</ng-container> </ng-container>
</thead> </thead>
......
...@@ -8,7 +8,7 @@ export const environment = { ...@@ -8,7 +8,7 @@ export const environment = {
// ApiUrlBase : 'http://innodev.vnetcloud.com/nobucall-api/', // ApiUrlBase : 'http://innodev.vnetcloud.com/nobucall-api/',
//dev //dev
ApiUrlBase : ' http://localhost:9825/', ApiUrlBase : 'http://innodev.vnetcloud.com/nobucall-api-v2/',
//uat //uat
// ApiUrlBase : 'http://innodev.vnetcloud.com/nobucall-api-uat/', // ApiUrlBase : 'http://innodev.vnetcloud.com/nobucall-api-uat/',
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment