mirror of
https://github.com/harness/drone.git
synced 2025-05-21 11:29:52 +08:00
feat: [AH-1020]: remove artifact and version actions for non oci types (#3545)
* feat: [AH-1020]: remove artifact and version actions for non oci types * feat: [AH-1020]: remove artifact and version actions for non oci types
This commit is contained in:
parent
7f9c549b95
commit
956b4dab7d
@ -50,8 +50,8 @@ export class GenericVersionType extends VersionStep<ArtifactVersionSummary> {
|
|||||||
[VersionListColumnEnum.Name]: { width: '100%' },
|
[VersionListColumnEnum.Name]: { width: '100%' },
|
||||||
[VersionListColumnEnum.Size]: { width: '100%' },
|
[VersionListColumnEnum.Size]: { width: '100%' },
|
||||||
[VersionListColumnEnum.FileCount]: { width: '100%' },
|
[VersionListColumnEnum.FileCount]: { width: '100%' },
|
||||||
[VersionListColumnEnum.LastModified]: { width: '100%' },
|
[VersionListColumnEnum.LastModified]: { width: '100%' }
|
||||||
[VersionListColumnEnum.Actions]: { width: '10%' }
|
// [VersionListColumnEnum.Actions]: { width: '10%' } // TODO: will add this once BE support actions
|
||||||
}
|
}
|
||||||
|
|
||||||
renderVersionListTable(props: VersionListTableProps): JSX.Element {
|
renderVersionListTable(props: VersionListTableProps): JSX.Element {
|
||||||
|
@ -52,8 +52,8 @@ export class MavenVersionType extends VersionStep<ArtifactVersionSummary> {
|
|||||||
[VersionListColumnEnum.Name]: { width: '100%' },
|
[VersionListColumnEnum.Name]: { width: '100%' },
|
||||||
[VersionListColumnEnum.Size]: { width: '100%' },
|
[VersionListColumnEnum.Size]: { width: '100%' },
|
||||||
[VersionListColumnEnum.FileCount]: { width: '100%' },
|
[VersionListColumnEnum.FileCount]: { width: '100%' },
|
||||||
[VersionListColumnEnum.LastModified]: { width: '100%' },
|
[VersionListColumnEnum.LastModified]: { width: '100%' }
|
||||||
[VersionListColumnEnum.Actions]: { width: '10%' }
|
// [VersionListColumnEnum.Actions]: { width: '10%' } // TODO: will add this once BE support actions
|
||||||
}
|
}
|
||||||
|
|
||||||
renderVersionListTable(props: VersionListTableProps): JSX.Element {
|
renderVersionListTable(props: VersionListTableProps): JSX.Element {
|
||||||
|
Loading…
Reference in New Issue
Block a user