Commit 3c9ef92c authored by pborate's avatar pborate

Updated changes in landing dashboard

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207885 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 429f9c4a
......@@ -384,9 +384,9 @@
<div class="quicklink-dashboard">
<div class="qd-header">
<div class="qd-header-content">
<span class="icon-circle"><img src='angplugin/assets/images/{{context.image}}' /></span>
<span class="first-line">{{context.title}}</span>
<span class="second-line" [innerHTML]="context.subtitle"></span>
<span class="icon-circle"><img src='angplugin/assets/images/{{context.image != "NA" ? context.image : "logo_company.png" }}' /></span>
<span class="first-line">{{context.title != 'NA' ? context.title : "Proteus Vision" }}</span>
<span class="second-line" [innerHTML]="context.subtitle != 'NA' ? context.subtitle : 'Simple &#149; Smart &#149; Intelligent' " ></span>
</div>
</div>
<div class="kpi-row">
......@@ -449,4 +449,4 @@
</layout>
</component>
</view>
</Root>
</Root>
\ No newline at end of file
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