feat(console): Github Enterprise Server (#5410)

github enterprise server console template
This commit is contained in:
Max Peintner
2023-03-13 18:59:11 +01:00
committed by GitHub
parent c0843e6b4c
commit 77595cd723
20 changed files with 687 additions and 3 deletions

View File

@@ -51,6 +51,24 @@
</div>
</a>
<a
class="item card"
[routerLink]="
serviceType === PolicyComponentServiceType.ADMIN
? ['/instance', 'provider', 'github-es', 'create']
: serviceType === PolicyComponentServiceType.MGMT
? ['/org', 'provider', 'github-es', 'create']
: []
"
>
<img class="idp-logo dark" src="../../../assets/images/idp/github-dark.svg" alt="GitHub" />
<img class="idp-logo light" src="../../../assets/images/idp/github.svg" alt="GitHub" />
<div class="text-container">
<span class="title">GitHub Enterprise Server</span>
</div>
</a>
<div class="item card coming-soon" matRipple>
<span class="state coming-soon-label">{{ 'ACTIONS.COMINGSOON' | translate }}</span>
<img class="idp-logo" src="../../../assets/images/idp/gitlab.svg" alt="GitLab" />