mirror of https://github.com/harness/drone.git
Removed feature roadmap (#2080)
parent
58bf870038
commit
f8268b91ae
|
@ -202,7 +202,7 @@
|
|||
}
|
||||
}
|
||||
.repoListingContainer {
|
||||
width: calc(100% - 285px) !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.launchIcon {
|
||||
|
|
|
@ -55,7 +55,6 @@ import { OptionsMenuButton } from 'components/OptionsMenuButton/OptionsMenuButto
|
|||
import { useConfirmAct } from 'hooks/useConfirmAction'
|
||||
import { getUsingFetch, getConfig } from 'services/config'
|
||||
import noRepoImage from './no-repo.svg?url'
|
||||
import FeatureMap from './FeatureMap/FeatureMap'
|
||||
import css from './RepositoriesListing.module.scss'
|
||||
|
||||
interface TypesRepoExtended extends TypesRepository {
|
||||
|
@ -356,7 +355,6 @@ export default function RepositoriesListing() {
|
|||
</Container>
|
||||
<ResourceListingPagination response={response} page={page} setPage={setPage} />
|
||||
</Container>
|
||||
<FeatureMap />
|
||||
</Layout.Horizontal>
|
||||
</PageBody>
|
||||
</Container>
|
||||
|
|
Loading…
Reference in New Issue