Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Abiquo can display a notification of a planned maintenance window to all users. Users can acknowledge the popup and request that the platform does not display it again, and this preference is stored in cookies.

The maintenance window can have a status of scheduled, in progress, or finished. The user can

To customize the maintenance states as UI labels, for example, "maintenance.status.not_started" : "Planned", change the UI label text. See Abiquo UI Client Language Configuration.

...

The platform also displays a maintenance notice link at the bottom of the screen.

...

To display the maintenance popup, the user can click on the help (question) button Help question mark button in the top left-hand corner of the popup.

...

  1. Go to Configuration → Dashboard 
  2. Set the properties as described in the following table. 


NameTypeRequiredDescriptionExample
Enable maintenance modeBooleanyesThis attribute is used to enable this featuretrue
Maintenance start timeStringyes

This attribute is used to specify the start of the maintenance period in Javascript date-time format: yyyy-mm-ddTHH:MM:ss.lo

2018-10-19T11:00:00.000+0200
Maintenance end time
Stringyes

This attribute is used to specify the end of the maintenance period in Javascript date-time format: yyyy-mm-ddTHH:MM:ss.lo

2018-12-03T12:00:00.000+0200
Additional maintenance info URLStringnoThis attribute is used to add a link in the maintenance popup to add additional information about the maintenance. The link appears as a is reached by clicking the "?" symbol in the top left-hand corner of the popup.https://wiki.abiquo.com/display/doc/Configuration+View

...