mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Make sure applications page has 4 tiles on very large screen (#2059)
This commit is contained in:
parent
935ffc167e
commit
8da326926b
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ export interface ApplicationTilesProps {
|
|||
export const ApplicationTiles = ({applications, syncApplication, refreshApplication, deleteApplication}: ApplicationTilesProps) => (
|
||||
<Consumer>
|
||||
{(ctx) => (
|
||||
<div className='applications-tiles argo-table-list argo-table-list--clickable row small-up-1 medium-up-2 large-up-3'>
|
||||
<div className='applications-tiles argo-table-list argo-table-list--clickable row small-up-1 medium-up-2 large-up-3 xxxlarge-up-4'>
|
||||
{applications.map((app) => (
|
||||
<div key={app.metadata.name} className='column column-block'>
|
||||
<div className={`argo-table-list__row
|
||||
|
|
|
|||
|
|
@ -887,7 +887,7 @@ are-we-there-yet@~1.1.2:
|
|||
|
||||
"argo-ui@https://github.com/argoproj/argo-ui.git":
|
||||
version "1.0.0"
|
||||
resolved "https://github.com/argoproj/argo-ui.git#ce081c277c4f5d51a5f5173fddc5dc9e486aeb33"
|
||||
resolved "https://github.com/argoproj/argo-ui.git#7c6a57447d54b2487609e727132e188678b43106"
|
||||
dependencies:
|
||||
"@fortawesome/fontawesome-free" "^5.8.1"
|
||||
"@tippy.js/react" "^2.1.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue