Commit 1e8daa0f authored by ari_darmawan's avatar ari_darmawan

filter resolve team pic

parent 088a2f11
......@@ -69,6 +69,10 @@ export class AdminTicketOnpicComponent implements OnInit {
{
ID : "escalated_ttr",
Name : "Escalated TTR"
},
{
ID : "resolved",
Name : "Resolved"
}
]
......
......@@ -146,7 +146,7 @@ export class AdminTicketComponent implements OnInit {
this.FilterStatusDropDown = [
{
ID : "assigned,escalated_ttr",
ID : "assigned,escalated_ttr,resolved",
Name : "All Status"
},
{
......@@ -156,10 +156,14 @@ export class AdminTicketComponent implements OnInit {
{
ID : "escalated_ttr",
Name : "Escalated TTR"
},
{
ID : "resolved",
Name : "Resolved"
}
]
this.KeyFilterStatus = "assigned,escalated_ttr";
this.KeyFilterStatus = "assigned,escalated_ttr,resolved";
}else{
......
......@@ -16,7 +16,7 @@ export const environment = {
//sit
// ApiUrlBase : 'http://innodev.vnetcloud.com/nobucall-api-sit/',
ApiUrlBase : 'http://crm.nobubank.com/nobucall-api-v2/',
ApiUrlBase : 'http://innodev.vnetcloud.com/nobucall-api-v2/',
SITE_NAME : "Visionet Helpdesk System",
SITE_LOGO : "https://i0.wp.com/jogorogo.info/wp-content/uploads/2017/07/logo_visionet.png?fit=879%2C227",
COMPANY_NAME : "PT. Visionet Data Internasional",
......
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