Skip to content

Commit 7e1b4c9

Browse files
C50-582 Total BOTs count is not updated in bots library, It was showing 0
1 parent 68360b1 commit 7e1b4c9

File tree

1 file changed

+2
-1
lines changed
  • client/cat3/src/partials/sections/dashboard/bots/view

1 file changed

+2
-1
lines changed

client/cat3/src/partials/sections/dashboard/bots/view/library.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<div id="botLibraryPage" ng-show="!pageLoadBot">
44
<div class="page-name">
55
BOTs Library : {{gitHubRepoName}} &nbsp;
6-
<!--<span class="label label-warning"><small>Time Saved: </small>{{botSummary.totalSavedTimeForBots.days ? botSummary.totalSavedTimeForBots.days:0}}d {{botSummary.totalSavedTimeForBots.hours ? botSummary.totalSavedTimeForBots.hours : 0}}h {{botSummary.totalSavedTimeForBots.minutes ? botSummary.totalSavedTimeForBots.minutes : 0}}m</span>-->
6+
7+
<!--<span class="label label-warning"><small>Time Saved: </small>{{botSummary.totalSavedTimeForBots.days ? botSummary.totalSavedTimeForBots.days:0}}d {{botSummary.totalSavedTimeForBots.hours ? botSummary.totalSavedTimeForBots.hours : 0}}h {{botSummary.totalSavedTimeForBots.minutes ? botSummary.totalSavedTimeForBots.minutes : 0}}m</span>-->
78
<span class="pull-right">
89
<button type="button" title="Refresh" class="btn btn-xs cat-btn-update pull-right refresh-btn" ng-click="RefreshBotsLibrary();">
910
<i class="fa fa-refresh white"></i>

0 commit comments

Comments
 (0)