Ed Tanous | bbcf670 | 2017-10-06 13:53:06 -0700 | [diff] [blame] | 1 | <!doctype html> |
Ed Tanous | 11adec7 | 2018-12-19 17:59:28 -0800 | [diff] [blame] | 2 | <html ng-app="app" ng-csp lang="en"> |
Michael Davis | 3a0d471 | 2017-03-27 14:01:34 -0500 | [diff] [blame] | 3 | |
Ed Tanous | bbcf670 | 2017-10-06 13:53:06 -0700 | [diff] [blame] | 4 | <head> |
Ed Tanous | f638762 | 2019-10-23 13:41:42 -0700 | [diff] [blame] | 5 | <meta http-equiv="Content-Security-Policy"> |
Ed Tanous | bbcf670 | 2017-10-06 13:53:06 -0700 | [diff] [blame] | 6 | <meta charset="UTF-8"> |
Gunnar Mills | cb97dad | 2018-04-28 15:31:33 -0500 | [diff] [blame] | 7 | <title>OpenBMC</title> |
Ed Tanous | bbcf670 | 2017-10-06 13:53:06 -0700 | [diff] [blame] | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 9 | |
| 10 | <base href="/"> |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 11 | </head> |
Iftekharul Islam | bb5058e | 2017-03-29 13:54:26 -0500 | [diff] [blame] | 12 | <body ng-style="dataService.bodyStyle" ng-attr-id="{{!dataService.showNavigation ? 'login': ''}}"> |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 13 | |
| 14 | <app-header ng-if="dataService.showNavigation" path="dataService.path"></app-header> |
Iftekharul Islam | bb5058e | 2017-03-29 13:54:26 -0500 | [diff] [blame] | 15 | <app-navigation ng-if="dataService.showNavigation" path="dataService.path" show-navigation="dataService.showNavigation"></app-navigation> |
beccabroek | a30394b | 2018-12-14 17:19:45 -0600 | [diff] [blame] | 16 | <toast ng-if="dataService.showNavigation"></toast> |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 17 | |
Iftekharul Islam | bb5058e | 2017-03-29 13:54:26 -0500 | [diff] [blame] | 18 | <main ng-view ng-class="{'content__container': dataService.showNavigation, 'login__wrapper': !dataService.showNavigation}"> |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 19 | </main> |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 20 | </body> |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 21 | </html> |