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:
parent
4bd6618fb9
commit
294d1668d4
7 changed files with 55 additions and 18 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue