Skip to content

Commit 7033306

Browse files
authored
Merge pull request #394 from devtron-labs/chore/kubecon-uat
feat: add support for tippy config in dynamic tab typpe
2 parents 46e5186 + e37ff09 commit 7033306

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.6.0-patch-1-beta-13",
3+
"version": "0.6.0-patch-1-beta-15",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/types.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,13 @@ interface CommonTabArgsType {
761761
isAlive?: boolean
762762
lastSyncMoment?: Dayjs
763763
componentKey?: string
764+
tippyConfig?: {
765+
title: string
766+
descriptions: {
767+
info: string
768+
value: string
769+
}[]
770+
}
764771
}
765772

766773
export interface InitTabType extends CommonTabArgsType {

0 commit comments

Comments
 (0)