1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

feat(edge/updates): sync code changes from EE [EE-3023] (#8186)

* feat(edge/updates): add info about each field

* feat(edge/update): add beta feature

* fix(edge/update): add info
This commit is contained in:
Chaim Lev-Ari 2022-12-16 03:20:22 +02:00 committed by GitHub
parent 4bd6618fb9
commit 294d1668d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 55 additions and 18 deletions

View file

@ -83,7 +83,7 @@ function sizeClassChildren(size?: Size) {
case 'medium':
return 'col-sm-8 col-lg-9';
case 'xsmall':
return 'col-sm-8';
return 'col-sm-10';
case 'vertical':
return '';
default: