mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
feat(about): add a new about view as well as a support header
This commit is contained in:
parent
3362ba0c8c
commit
688b15fb4b
12 changed files with 203 additions and 54 deletions
|
@ -537,6 +537,18 @@ function configureRoutes($stateProvider) {
|
|||
}
|
||||
}
|
||||
})
|
||||
.state('settings_about', {
|
||||
url: '^/settings/about',
|
||||
views: {
|
||||
'content@': {
|
||||
templateUrl: 'app/components/about/about.html'
|
||||
},
|
||||
'sidebar@': {
|
||||
templateUrl: 'app/components/sidebar/sidebar.html',
|
||||
controller: 'SidebarController'
|
||||
}
|
||||
}
|
||||
})
|
||||
.state('settings_authentication', {
|
||||
url: '^/settings/authentication',
|
||||
views: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue