|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<ion-buttons slot="start">
|
|
|
|
|
<nav-buttons backLink="/home"></nav-buttons>
|
|
|
|
|
</ion-buttons>
|
|
|
|
|
<ion-title>WORK LIST</ion-title>
|
|
|
|
|
<ion-title>{{'home,worklist' | translate}}</ion-title>
|
|
|
|
|
</ion-toolbar>
|
|
|
|
|
</ion-header>
|
|
|
|
|
|
|
|
|
|
@ -12,11 +12,11 @@
|
|
|
|
|
<div class="contentBg">
|
|
|
|
|
<div class="result-graph">
|
|
|
|
|
<div class="request-heading">
|
|
|
|
|
<span>Open Request Analysis</span>
|
|
|
|
|
<span>{{'work-list,open-analysis' | translate}}</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="result-text-container">
|
|
|
|
|
<h2>{{totalRequestCount}}</h2>
|
|
|
|
|
<span>TOTAL <br> OPEN REQUEST</span>
|
|
|
|
|
<span>{{'work-list,total' | translate}} <br>{{'work-list,open-reqest' | translate}} </span>
|
|
|
|
|
</div>
|
|
|
|
|
<p-chart class="today-graph" type="doughnut" [data]="data" [options]="options"></p-chart>
|
|
|
|
|
</div>
|
|
|
|
|
@ -37,12 +37,12 @@
|
|
|
|
|
|
|
|
|
|
<ion-row class="search-container">
|
|
|
|
|
<ion-col style="float: left;" size=[6] *ngIf="showSearchButton" (click)="clearSearch()">
|
|
|
|
|
<span style="margin-left: 5px;">Clear Search</span>
|
|
|
|
|
<span style="margin-left: 5px;">{{'work-list,clear-search' | translate}}</span>
|
|
|
|
|
<ion-icon name="close" ></ion-icon>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col style="float: right;" size=[6] (click)="openSearchModal()" *ngIf="selectedFilter === 'ALL'">
|
|
|
|
|
<ion-icon name="search" ></ion-icon>
|
|
|
|
|
<span>Advanced Search</span>
|
|
|
|
|
<span>{{'work-list,advanced-search' | translate}}</span>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<!-- <div class="total-result" *ngIf="isEmptyObject() && selectedFilter === 'ALL' && showSearchButton === false">
|
|
|
|
|
@ -82,7 +82,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="no-data-available" *ngIf="!isEmptyObject()">
|
|
|
|
|
<span>No Data Available</span>
|
|
|
|
|
<span>{{'work-list,No-data-available' | translate}}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|