We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364e110 commit 61720ffCopy full SHA for 61720ff
1 file changed
angular/src/app/pages/api/manage/manage.component.ts
@@ -1041,6 +1041,14 @@ export class ApiManageComponent implements OnInit {
1041
url: "https://api." + res?.groups?.host + "/api/v1/orgs/" + this.org_id + "/setting",
1042
name: "org setting"
1043
})
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
1049
+ url: "https://api." + res?.groups?.host + "/api/v1/orgs/" + this.org_id + "/setting/mist_scep/client_certs",
1050
+ name: "SCEP client certificates"
1051
1052
break;
1053
case "nacpolicy":
1054
this.setName("NAC Policy", res?.groups?.detail);
0 commit comments