File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11env : prod
22namespace : dinopark-prod
3- replicas : 3
4- features :
5- accessGroupsNav : false
3+ replicas : 3
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ export default {
2020 privacy: ' https://www.mozilla.org/en-US/privacy/' ,
2121 hrEmail: ' mailto:peopleops@mozilla.com' ,
2222 iamFaq: ' https://wiki.mozilla.org/IAM/Frequently_asked_questions' ,
23+ accessGroupsMana:
24+ ' https://mana.mozilla.org/wiki/display/IAM/Setting+up+Access+Groups' ,
2325 },
2426 };
2527 },
Original file line number Diff line number Diff line change 77 <p class =" summary-area__summary" >
88 {{ fluent('access-group_list', 'summary-area__summary--1') }}
99 <br />
10- {{ fluent('access-group_list', 'summary-area__summary--2') }}
11- <ExternalLink href =" /#help" >
12- {{ fluent('access-group_list', 'summary-area__summary--3') }}
13- </ExternalLink >
14- {{ fluent('access-group_list', 'summary-area__summary--4') }}
10+ <span v-if =" scope.isStaff" >
11+ {{ fluent('access-group_list', 'summary-area__summary--2') }}
12+ <ExternalLink :href =" globalLinks.accessGroupsMana" >
13+ {{ fluent('access-group_list', 'summary-area__summary--3') }}
14+ </ExternalLink >
15+ {{ fluent('access-group_list', 'summary-area__summary--4') }}
16+ </span >
1517 </p >
1618 <RouterLink
1719 class =" button summary-area__action"
You can’t perform that action at this time.
0 commit comments