System notifications

Ask a question Design guidelines

Summary

The system notification pattern is used when an application instance encounters an error that prevents normal usage of the application. System notifications are another type of page layout and therefore rely on layout and page content layout classes.

Status

API status: experimental
Included in AUI core? Not in core You must explicitly require the web resource key.
Web resource key: com.atlassian.auiplugin:aui-page-layout
AMD Module key: N/A
Experimental since: 5.7

Examples

Down for maintenance

EAC is being upgraded and should be back online by 6:00pm Sydney time.

Last updated

Code

System notifications are used to report an instance error or incident. This includes things from 404s to 500s and something as innocent as an instance upgrade. It provides a hook for users to subscribe to email updates and contains a way to provide a more detailed log of the issue.

HTML

System notifications is a page layout so you must pay special attention to the upper level classes such as aui-page-notification, aui-page-size-medium, aui-page-panel, aui-page-panel-inner and aui-page-panel-content. All of these are required to render the system notifications page correctly.

System notifications

Ask a question Design guidelines

Summary

The system notification pattern is used when an application instance encounters an error that prevents normal usage of the application. System notifications are another type of page layout and therefore rely on layout and page content layout classes.

Status

API status: experimental
Included in AUI core? Not in core You must explicitly require the web resource key.
Web resource key: com.atlassian.auiplugin:aui-page-layout
AMD Module key: N/A
Experimental since: 5.7

Examples

Down for maintenance

EAC is being upgraded and should be back online by 6:00pm Sydney time.

Last updated

Code

System notifications are used to report an instance error or incident. This includes things from 404s to 500s and something as innocent as an instance upgrade. It provides a hook for users to subscribe to email updates and contains a way to provide a more detailed log of the issue.

HTML

System notifications is a page layout so you must pay special attention to the upper level classes such as aui-page-notification, aui-page-size-medium, aui-page-panel, aui-page-panel-inner and aui-page-panel-content. All of these are required to render the system notifications page correctly.