|
4 | 4 | title: Toast Notifications |
5 | 5 | resource: true |
6 | 6 | --- |
7 | | - <div class="toast-pf alert alert-success"> |
8 | | - <div class="pull-right toast-pf-action"> |
9 | | - <a href="#">Start Server</a> |
10 | | - </div> |
11 | | - <span class="pficon pficon-ok"></span> |
12 | | - <strong>server</strong> has been added to <a href="#" class="alert-link">main server</a>. |
13 | | - </div> |
14 | | - <br> |
15 | | - <div class="toast-pf alert alert-warning"> |
16 | | - <div class="pull-right toast-pf-action"> |
17 | | - <a href="#">Reload Server</a> |
18 | | - </div> |
19 | | - <span class="pficon pficon-warning-triangle-o"></span> |
20 | | - The server configuration changed. |
21 | | - </div> |
22 | | - <br> |
23 | | - <div class="toast-pf alert alert-danger"> |
24 | | - <div class="pull-right toast-pf-action"> |
25 | | - <a href="#">Retry</a> |
26 | | - </div> |
27 | | - <span class="pficon pficon-error-circle-o"></span> |
28 | | - Failed to add <strong>server_abc</strong>. |
29 | | - </div> |
30 | | - <br> |
31 | | - <div class="toast-pf alert alert-info"> |
32 | | - <div class="pull-right toast-pf-action"> |
33 | | - <a href="#">View Details</a> |
34 | | - </div> |
35 | | - <span class="pficon pficon-info"></span> |
36 | | - This server is in the North West Datacenter. |
37 | | - </div> |
38 | | - <hr> |
39 | | -{% include widgets/communication/toast-info.html %} |
40 | | - <br> |
41 | | -{% include widgets/communication/toast-success.html %} |
42 | | - <br> |
43 | | -{% include widgets/communication/toast-warning.html %} |
44 | | - <br> |
45 | | -{% include widgets/communication/toast-danger.html %} |
46 | | - <hr> |
47 | | -{% include widgets/communication/toast-max-width.html %} |
| 7 | +<div class="toast-notifications-list-pf"> |
| 8 | + <div class="toast-pf alert alert-success"> |
| 9 | + <div class="pull-right toast-pf-action"> |
| 10 | + <a href="#">Start Server</a> |
| 11 | + </div> |
| 12 | + <span class="pficon pficon-ok"></span> |
| 13 | + <strong>server</strong> has been added. |
| 14 | + </div> |
| 15 | + <div class="toast-pf alert alert-danger alert-dismissable"> |
| 16 | + <button type="button" class="close" data-dismiss="alert" aria-hidden="true"> |
| 17 | + <span class="pficon pficon-close"></span> |
| 18 | + </button> |
| 19 | + <span class="pficon pficon-error-circle-o"></span> |
| 20 | + Failed to add <strong>server_abc</strong>. |
| 21 | + </div> |
| 22 | + <div class="toast-pf alert alert-warning"> |
| 23 | + {% include widgets/kebab.html dropmenuType="dropdown" dropmenuPosition="pull-right" dropmenuId="dropdownKebabRight" dropdownPosition="dropdown-menu-right" dropmenuVariation="dropdown-kebab-pf" %} |
| 24 | + <div class="pull-right toast-pf-action"> |
| 25 | + <a href="#">Reload Server</a> |
| 26 | + </div> |
| 27 | + <span class="pficon pficon-warning-triangle-o"></span> |
| 28 | + The server configuration changed. |
| 29 | + </div> |
| 30 | + <div class="toast-pf alert alert-info"> |
| 31 | + <span class="pficon pficon-info"></span> |
| 32 | + Praesent sagittis est et arcu fringilla placerat. Cras erat ante, dapibus non mauris ac, volutpat sollicitudin ligula. Morbi gravida nisl vel risus tempor, sit amet luctus erat tempus. Curabitur blandit sem non pretium bibendum. Donec eleifend non turpis vitae vestibulum. Vestibulum ut sem ac nunc posuere blandit sed porta lorem. Cras rutrum velit vel leo iaculis imperdiet. |
| 33 | + </div> |
| 34 | +</div> |
0 commit comments