Commit 1ba3a826 authored by ymohite's avatar ymohite

Updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206231 ce508802-f39f-4f6c-b175-0d175dae99d5
parent edb97da6
......@@ -3,6 +3,14 @@
<filters display='N'>
</filters>
<page_title><![CDATA[Dashboard Links]]></page_title>
<!--
Blue : background-image: linear-gradient(-45deg, #007bab, #00c9ff);
Orange : background-image: linear-gradient(-45deg, #e47842, #ffac83);
Voilate : background-image: linear-gradient(-45deg, #7053cc, #c3b3f7);
Green : background-image: linear-gradient(-45deg, #01a27f, #00e1af);
Gray : background-image: linear-gradient(-45deg, #333333, #666666);
-->
<datasource id='1' dataSourceType='jsondata'><![CDATA[{
"image" : "logo_company.png",
"title" : "Proteus Vision",
......@@ -14,13 +22,7 @@
"title" : "My Places",
"subtitle1" : " getUserActSummary('PTE_COUNT') ",
"subtitle2" : " 'places' ",
"execFunction" : "openComponentANG('place-time-entity', 'component');"
},
{
"bgImage":"linear-gradient(-45deg, #e47842, #ffac83)",
"image" : "my_activities.svg",
"title" : "My Activities",
"execFunction" : "openComponentANG('accountActivity', 'dashboard');"
"execFunction" :"openTransactionGWT('place_time_entity','place-time-entity','A','Place Time Entity');"
},
{
"bgImage":"linear-gradient(-45deg, #7053cc, #c3b3f7)",
......@@ -28,41 +30,41 @@
"title" : "Content Library",
"subtitle1" : "getUserActSummary('CLM_COUNT')",
"subtitle2" : " 'contents' ",
"execFunction" : "openComponentANG('contentLibrary', 'dashboard');"
"execFunction" : "openTransactionGWT('content_library','dashboard_contentLibrary','A','Content Library');"
},
{
"bgImage":"linear-gradient(-45deg, #333333, #666666)",
"bgImage":"linear-gradient(-45deg, #01a27f, #00e1af)",
"image" : "background_progress.svg",
"title" : "Background Job",
"execFunction" : "openComponentANG('backgroundJobStatus', 'dashboard');"
}
],
"quicklinks" : [
"title" : "Jobs In Progress",
"execFunction" : "openTransactionGWT('background_job_status','dashboard_backgroundJobStatus','A','Background Job');"
},
{
"bgImage":"linear-gradient(-45deg, #333333, #666666)",
"bgImage":"linear-gradient(-45deg, #e47842, #ffac83)",
"image" : "tag.svg",
"title" : "My Tagging",
"title" : "My Tags",
"subtitle1" : "",
"execFunction" : "openComponentANG('my-tagging', 'component');"
},
"execFunction" : "openTransactionGWT('my_tags','my-tagging','A','My Tags');"
}
],
"quicklinks" : [
{
"bgImage":"linear-gradient(-45deg, #007bab, #00c9ff)",
"bgImage":"linear-gradient(-45deg,#fff,#fff)",
"image" : "wallet.svg",
"title" : "My Wallet",
"subtitle1" : " 'My Wallet' ",
"obj_name_rights" : "my_expense"
},
{
"bgImage":"linear-gradient(-45deg, #e47842, #ffac83)",
"bgImage":"linear-gradient(-45deg,#fff,#fff)",
"image" : "todays.svg",
"title" : "Today's Calls",
"subtitle1" : " getTodaysDashboardStatus('CUST_TYPE') ",
"subtitle2" : " getTodaysDashboardStatus('LISTED') ",
"execFunction" : "openComponentANG('todays', 'dashboard');",
"execFunction" : "openTransactionGWT('todays','dashboard_todays','A','Todays dashboard');",
"obj_name_rights" : "strg_meet_dcr_realtime_wiz"
},
{
"bgImage":"linear-gradient(-45deg, #7053cc, #c3b3f7)",
"bgImage":"linear-gradient(-45deg,#fff,#fff)",
"image" : "auto_sync.svg",
"imageFunction" : " getAutoSyncImgClass() ",
"title" : "Auto Sync",
......@@ -214,16 +216,16 @@
}
.quicklink-content .quicklink-content-first-line {
font-size: 18px;
font-size: 14px;
line-height: 24px;
color: inherit;
color: #252525;
display: block;
}
.quicklink-content .quicklink-content-second-line {
font-size: 14px;
line-height: 16px;
color: inherit;
color: #666;
display: block;
}
......@@ -238,7 +240,7 @@
.kpi-box {
text-align: unset;
max-height: 100px;
box-shadow: 0 0 1px #ccc;
box-shadow: 0px 0px 4px -1px rgba(0,0,0,.1);
position: relative;
margin: 4px;
display: inline-flex;
......@@ -251,19 +253,20 @@
.kpi-icon {
color: #fff;
margin: auto;
padding: 5%;
padding: 16px;
border-radius: 50%;
display: inline-flex;
float: left;
width: 25%;
align-items: center;
position: relative;
position: absolute;
width: 48px;
height: 68px;
text-align: center;
}
.kpi-icon img {
text-align: center;
height: 75%;
width: 75%;
height: 26px;
width: 26px;
margin: auto;
padding: 0;
}
......@@ -274,34 +277,33 @@
min-height: 100px;
position: relative;
align-items: flex-start;
justify-content: center;
width: 75%;
padding: 0;
padding: 0 4px 0 0;
width: calc( 100% - 4px);
}
.kpi-title {
color: #fff;
padding: 0;
padding: 4px 0 0 0;
font-size: 18px;
width: 100%;
display: inline-flex;
text-align: right;
}
.kpi-count-summary {
display: inline-flex;
align-items: baseline;
display: grid;
margin: auto;
text-align: center;
}
.kpi-count {
color: #fff;
padding: 0;
font-size: 42px;
float: left;
}
.kpi-summary {
color: #fff;
padding: 0 .5em;
padding: 0;
font-size: 14px;
}
......@@ -312,13 +314,6 @@
}
@media (min-width:320px) {
.kpi-icon {
padding: 0;
}
.kpi-icon img {
height: 25%;
width: 25%;
}
.kpi-card {
width: calc(100% - 8px) ;
}
......@@ -328,13 +323,6 @@
}
@media (min-width:576px) {
.kpi-icon {
padding: 5%;
}
.kpi-icon img {
height: 50%;
width: 50%;
}
.kpi-card {
width: calc(50% - 8px) ;
}
......@@ -343,28 +331,14 @@
}
}
@media (min-width:768px) {
.kpi-icon {
padding: 5%;
}
.kpi-icon img {
height: 75%;
width: 75%;
}
.kpi-card {
width: calc(50% - 8px) ;
width: calc(25% - 8px) ;
}
.quick-card {
width: calc(33.33333% - 8px) ;
}
}
@media (min-width:992px) {
.kpi-icon {
padding: 5%;
}
.kpi-icon img {
height: 75%;
width: 75%;
}
.kpi-card {
width: calc(25% - 8px) ;
}
......@@ -373,15 +347,8 @@
}
}
@media (min-width:1200px) {
.kpi-icon {
padding: 5%;
}
.kpi-icon img {
height: 75%;
width: 75%;
}
.kpi-card {
width: calc(25% - 8px) ;
width: calc(25% - 8px);
}
.quick-card {
width: calc(33.33333% - 8px) ;
......
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