Skip to content

Commit 61720ff

Browse files
committed
adding QL for org cert and SCP client certs from NAC cert page
1 parent 364e110 commit 61720ff

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

angular/src/app/pages/api/manage/manage.component.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,14 @@ export class ApiManageComponent implements OnInit {
10411041
url: "https://api." + res?.groups?.host + "/api/v1/orgs/" + this.org_id + "/setting",
10421042
name: "org setting"
10431043
})
1044+
this.quick_links.push({
1045+
url: "https://api." + res?.groups?.host + "/api/v1/orgs/" + this.org_id + "/cert",
1046+
name: "org CA certificate"
1047+
})
1048+
this.quick_links.push({
1049+
url: "https://api." + res?.groups?.host + "/api/v1/orgs/" + this.org_id + "/setting/mist_scep/client_certs",
1050+
name: "SCEP client certificates"
1051+
})
10441052
break;
10451053
case "nacpolicy":
10461054
this.setName("NAC Policy", res?.groups?.detail);

0 commit comments

Comments
 (0)