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