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

fix(edge/update): remove schedule date for old envs [EE-3023] (#8315)

This commit is contained in:
Chaim Lev-Ari 2023-01-24 12:20:55 +05:30 committed by GitHub
parent c9aae27b29
commit 851a3346a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 57 additions and 50 deletions

View file

@ -25,14 +25,10 @@ export function InformationPanel({
<WidgetBody className={bodyClassName}>
<div style={wrapperStyle}>
{title && (
<div className="col-sm-12 form-section-title">
<span style={{ float: 'left' }}>{title}</span>
<div className="form-section-title">
<span>{title}</span>
{!!onDismiss && (
<span
className="small"
style={{ float: 'right' }}
ng-if="dismissAction"
>
<span className="small" style={{ float: 'right' }}>
<Button color="link" icon={X} onClick={() => onDismiss()}>
dismiss
</Button>