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:
parent
c9aae27b29
commit
851a3346a9
7 changed files with 57 additions and 50 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue