Commit 8d2eacc7 authored by prumde's avatar prumde

Updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206084 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0e0052ac
......@@ -108,6 +108,29 @@
<layout protoType='card'>
<html><![CDATA[
<style>
.dh-timeline-expand-icon::after {
content: "expand_more";
font-family: 'Material Icons';
color: #9e9e9e;
font-size: 1.5em;
padding: 0;
text-align: center;
margin-top: 0;
position: absolute;
top: calc(50% - 14px);
bottom: 0;
right: 0;
width: 50px;
vertical-align: top;
}
summary > details[open] .dh-timeline-expand-icon:after {
color:#9e9e9e;
content: "expand_less";
font-family: 'Material Icons';
}
</style>
<div class="ext-dashboard">
<div *ngFor="let deviceHisData of context.deviceList" style="padding-bottom: 1px;cursor:pointer;">
<details class="details-animated">
......@@ -124,7 +147,7 @@
<span class="sumInfoLoginData">Device Logged in : {{deviceHisData.CHG_DATE | amTimeAgo }}</span>
</div>
</div>
<div class="timeline-expand-icon"></div>
<div class="dh-timeline-expand-icon"></div>
</div>
</summary>
<div class="row summaryContent">
......
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