mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 10:47:42 +02:00
Move services to public (#6156)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<!--
|
||||
//
|
||||
// Copyright © 2023 Hardcore Engineering Inc.
|
||||
//
|
||||
-->
|
||||
<script lang="ts">
|
||||
import { Icon } from '@hcengineering/ui'
|
||||
import { GithubIntegrationRepository } from '@hcengineering/github'
|
||||
import github from '../../plugin'
|
||||
|
||||
export let value: GithubIntegrationRepository
|
||||
</script>
|
||||
|
||||
<div class="flex-row-center">
|
||||
<Icon icon={github.icon.GithubRepository} size={'small'} />
|
||||
<span class="ml-1">{value.name}</span>
|
||||
</div>
|
||||
Reference in New Issue
Block a user