Commit 50418344 authored by pborate's avatar pborate

Updated changes for cg crm dashboard

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211768 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6643315d
......@@ -56,6 +56,14 @@
<layout protoType='card'>
<html><![CDATA[
<style>
.noFeedDataFound {
text-align: center;
padding: 20px;
font-size: 12px;
}
</style>
<ng-container *ngIf="context.WORK_SUMMARY && context.WORK_SUMMARY.length &gt; 0 ; else nodata">
<div style="padding-top: '10px'">
<div *ngFor = "let summary of context.WORK_SUMMARY" onclick="setFeedData.onClick($event);">
......@@ -64,7 +72,7 @@
</div>
</ng-container>
<ng-template #nodata >
<div> No data to display</div>
<div class="noFeedDataFound" > No data to display</div>
</ng-template>
<ng-template #workSummaryTemplate let-summary>
<div style="margin:0;padding: 5px 0 5px 30px;border-bottom: 1px solid #f2f2f2;" class = "tree-row">
......@@ -125,4 +133,3 @@
</view>
</Root>
......@@ -67,6 +67,14 @@
<layout protoType='card'>
<html><![CDATA[
<style>
.noFeedDataFound {
text-align: center;
padding: 20px;
font-size: 12px;
}
</style>
<ng-container *ngIf="context.WORK_SUMMARY && context.WORK_SUMMARY.length &gt; 0 ; else nodata">
<div style="padding-top: '10px'">
<div *ngFor = "let summary of context.WORK_SUMMARY" onclick="setFeedData.onClick($event);">
......@@ -75,7 +83,7 @@
</div>
</ng-container>
<ng-template #nodata >
<div> No data to display</div>
<div class="noFeedDataFound"> No data to display</div>
</ng-template>
<ng-template #workSummaryTemplate let-summary>
<div style="margin:0;padding: 5px 0 5px 30px;border-bottom: 1px solid #f2f2f2;" class = "tree-row">
......
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