parent
3504ca59c8
commit
ca94c00501
|
|
@ -30,6 +30,7 @@ class UpdateCard extends Component
|
||||||
public ?string $progressLine = null; // Einzeilige Live-Statuszeile
|
public ?string $progressLine = null; // Einzeilige Live-Statuszeile
|
||||||
public ?string $errorLine = null; // Fehlerzeile bei rc != 0
|
public ?string $errorLine = null; // Fehlerzeile bei rc != 0
|
||||||
|
|
||||||
|
public ?string $message = null;
|
||||||
/* ===== Intern ===== */
|
/* ===== Intern ===== */
|
||||||
public bool $postActionsDone = false;
|
public bool $postActionsDone = false;
|
||||||
protected string $cacheStartedAtKey = 'mw.update.started_at';
|
protected string $cacheStartedAtKey = 'mw.update.started_at';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue