mirror of https://github.com/harness/drone.git
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 typestry-new-ui
parent
7f9c549b95
commit
956b4dab7d
|
@ -50,8 +50,8 @@ export class GenericVersionType extends VersionStep<ArtifactVersionSummary> {
|
|||
[VersionListColumnEnum.Name]: { width: '100%' },
|
||||
[VersionListColumnEnum.Size]: { width: '100%' },
|
||||
[VersionListColumnEnum.FileCount]: { width: '100%' },
|
||||
[VersionListColumnEnum.LastModified]: { width: '100%' },
|
||||
[VersionListColumnEnum.Actions]: { width: '10%' }
|
||||
[VersionListColumnEnum.LastModified]: { width: '100%' }
|
||||
// [VersionListColumnEnum.Actions]: { width: '10%' } // TODO: will add this once BE support actions
|
||||
}
|
||||
|
||||
renderVersionListTable(props: VersionListTableProps): JSX.Element {
|
||||
|
|
|
@ -52,8 +52,8 @@ export class MavenVersionType extends VersionStep<ArtifactVersionSummary> {
|
|||
[VersionListColumnEnum.Name]: { width: '100%' },
|
||||
[VersionListColumnEnum.Size]: { width: '100%' },
|
||||
[VersionListColumnEnum.FileCount]: { width: '100%' },
|
||||
[VersionListColumnEnum.LastModified]: { width: '100%' },
|
||||
[VersionListColumnEnum.Actions]: { width: '10%' }
|
||||
[VersionListColumnEnum.LastModified]: { width: '100%' }
|
||||
// [VersionListColumnEnum.Actions]: { width: '10%' } // TODO: will add this once BE support actions
|
||||
}
|
||||
|
||||
renderVersionListTable(props: VersionListTableProps): JSX.Element {
|
||||
|
|
Loading…
Reference in New Issue