Built motion from commit f738f9592c388b9f9eb3948f400a5c9d717a3561. Version 3.0.0...
[motion-next.git] / public / src / js / modules / main / apps / motiondialer / views / realtime / agents / view.html / view.html
index d715527..f992a81 100644 (file)
           >
         </td>
         <td class="bt custom-column">
-          <timer start-time="vm.agents[value].lastLoginAt" interval="1000"
-            >{{ days > 0 ? days + 'd' : '' }}
-            {{hhours}}:{{mminutes}}:{{sseconds}}</timer
-          >
+          <timer start-time="vm.agents[value].lastLoginAt"></timer>
         </td>
         <td class="bt custom-column">
           <timer
             ng-if="vm.isPause(vm.agents[value].globalStatus) || vm.isPartialPause(vm.agents[value].globalStatus)"
             start-time="vm.agents[value].lastPauseAt"
-            interval="1000"
-            >{{ days > 0 ? days + 'd' : '' }}
-            {{hhours}}:{{mminutes}}:{{sseconds}}</timer
-          >
+          ></timer>
         </td>
         <td class="bt bl">
           <div layout="row">
             >
               <timer
                 start-time="vm.agents[value].voiceStatusTime"
-                interval="1000"
                 ng-class="{'idle':'lime-300-fg','maxcapacity':'red-A200-fg','working':'indigo-100-fg','pause':'amber-200-fg'}[vm.agents[value].voiceStatus]"
-              >
-                {{hhours}}:{{mminutes}}:{{sseconds}}</timer
-              >
+              ></timer>
             </span>
           </div>
         </td>