|
65 | 65 | <loading size="medium" name="isBotDetailsLoading" type="inline" classes='white' class="ng-scope"></loading> |
66 | 66 | <span ng-if="!isBotDetailsLoading">{{botSummary.totalNoOfBots}}</span> |
67 | 67 | </div> |
68 | | - <div class="circle-tile-description text-faded"> |
| 68 | + <div class="circle-tile-description text-faded" title="Total BOTs"> |
69 | 69 | Total BOTs |
70 | 70 | </div> |
71 | 71 | <span class="glyphicon glyphicon-triangle-bottom section-bottom-glyph dark-blue-glyph selected-section" ng-class="{'selected-section':totalBotsSelected}"></span> |
|
85 | 85 | <loading size="medium" name="isBotDetailsLoading" type="inline" classes='white' class="ng-scope"></loading> |
86 | 86 | <span ng-if="!isBotDetailsLoading">{{botSummary.totalNoOfRunningBots}}</span> |
87 | 87 | </div> |
88 | | - <div class="circle-tile-description text-faded"> |
| 88 | + <div class="circle-tile-description text-faded" title="Running BOTs"> |
89 | 89 | Running BOTs |
90 | 90 | </div> |
91 | 91 | <span class="glyphicon glyphicon-triangle-bottom section-bottom-glyph green-glyph" ng-class="{'selected-section':runningBotsselected}"></span> |
|
103 | 103 | <loading size="medium" name="isBotDetailsLoading" type="inline" classes='white' class="ng-scope"></loading> |
104 | 104 | <span ng-if="!isBotDetailsLoading">{{botSummary.totalSavedTimeForBots.hours ? botSummary.totalSavedTimeForBots.hours : 0}}h {{botSummary.totalSavedTimeForBots.minutes ? botSummary.totalSavedTimeForBots.minutes : 0}}m </span> |
105 | 105 | </div> |
106 | | - <div class="circle-tile-description text-faded"> |
| 106 | + <div class="circle-tile-description text-faded" title="Time Saved"> |
107 | 107 | Time saved |
108 | 108 | </div> |
109 | 109 | </div> |
|
113 | 113 | <div class="circle-tile cursor"> |
114 | 114 | <div ng-click="showScheduledBots('resetPage')"> |
115 | 115 | <div class="circle-tile-heading bg-blue"> |
116 | | - <i class="fa fa-calendar fa-2x white"></i> |
| 116 | + <i class="fa fa-power-off fa-2x white"></i> |
117 | 117 | </div> |
118 | 118 | </div> |
119 | 119 | <div class="circle-tile-content bg-blue" ng-click="showScheduledBots('resetPage')"> |
120 | 120 | <div class="circle-tile-number text-faded ng-binding"> |
121 | 121 | <loading size="medium" name="isBotDetailsLoading" type="inline" classes='white' class="ng-scope"></loading> |
122 | 122 | <span ng-if="!isBotDetailsLoading">{{botSummary.totalNoOfServiceNowTickets}}</span> |
123 | 123 | </div> |
124 | | - <div class="circle-tile-description text-faded"> |
| 124 | + <div class="circle-tile-description text-faded" title="Tickets Resolved"> |
125 | 125 | Tickets Resolved |
126 | 126 | </div> |
127 | 127 | <span class="glyphicon glyphicon-triangle-bottom section-bottom-glyph bg-blue-glyph" ng-class="{'selected-section':scheduledBotsSelected}"></span> |
|
140 | 140 | <loading size="medium" name="isBotDetailsLoading" type="inline" classes='white' class="ng-scope"></loading> |
141 | 141 | <span ng-if="!isBotDetailsLoading">{{botSummary.totalNoOfFailedBots}}</span> |
142 | 142 | </div> |
143 | | - <div class="circle-tile-description text-faded"> |
| 143 | + <div class="circle-tile-description text-faded" title="Failed BOTs"> |
144 | 144 | Failed BOTs |
145 | 145 | </div> |
146 | 146 | <span class="glyphicon glyphicon-triangle-bottom section-bottom-glyph redcard-glyph" ng-class="{'selected-section':failedBotsselected}"></span> |
|
0 commit comments