File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/app/states/dashboard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ <h2 class="card-pf-title" translate>
98
98
< div class ="card-pf ">
99
99
< div class ="row row-cards-pf ">
100
100
< div class ="card-pf card-pf-aggregate-status card-divider ">
101
- < a ng-click ="vm.navigateToRequestsList('Pending ') ">
101
+ < a ng-click ="vm.navigateToRequestsList('pending_approval ') ">
102
102
< div class ="card-pf-body ">
103
103
< h2 class ="card-pf-title " translate >
104
104
Pending Requests
@@ -107,7 +107,7 @@ <h2 class="card-pf-title" translate>
107
107
< span class ="card-pf-aggregate-status-notification ">
108
108
< span class ="pficon pficon-warning-triangle-o "> </ span >
109
109
</ span >
110
- < span class ="card-pf-aggregate-status-notification "> < a ng-click ="vm.navigateToRequestsList('pending ') "> {{ ::vm.requestsCount.pending }}</ a > </ span >
110
+ < span class ="card-pf-aggregate-status-notification "> < a ng-click ="vm.navigateToRequestsList('pending_approval ') "> {{ ::vm.requestsCount.pending }}</ a > </ span >
111
111
</ p >
112
112
</ div >
113
113
</ a >
You can’t perform that action at this time.
0 commit comments