Built xcally-motion-dialpad from commit 411840e.|1.0.87
[dialpad.git] / index.html
index 05a46aa..78f6cf5 100644 (file)
@@ -2,7 +2,10 @@
 <html ng-app="motion">
 <head>
   <meta charset="utf-8">
-  <title></title>
+  <title>XCALLY Motion Dialpad</title>
+
+  <link rel="stylesheet" href="vendor.b5ccb327.css">
+
   <link rel="stylesheet" href="vendor.b5ccb327.css">
 </head>
 <body ng-controller="IndexController as vm">
@@ -11,8 +14,8 @@
     <div layout="row">
       <div flex>
         <div>
-          <span ng-if="!vm.displayName">Agent offline</span>
-          <span ng-if="vm.displayName">{{vm.displayName}}, {{vm.internal}}</span>
+          <span ng-if="!(vm.displayName || vm.username)">Agent offline</span>
+          <span ng-if="vm.displayName || vm.username">{{vm.displayName || vm.username}}, {{vm.internal}}</span>
         </div>
       </div>
       <div flex="10" layout="row" layout-align="end center">
@@ -56,7 +59,7 @@
     document.write("<base href='" + window.location.pathname + "' />");
   </script>
 
-  <script src="app.b0167c1d.js"></script>
+  <script src="app.a9c70aec.js"></script>
 
 </body>
 </html>