diff --git a/app/portainer/__module.js b/app/portainer/__module.js index b94c4ce06..458b8818d 100644 --- a/app/portainer/__module.js +++ b/app/portainer/__module.js @@ -85,16 +85,6 @@ angular.module('portainer.app', ['portainer.oauth']).config([ abstract: true, }; - var about = { - name: 'portainer.about', - url: '/about', - views: { - 'content@': { - templateUrl: './views/about/about.html', - }, - }, - }; - var account = { name: 'portainer.account', url: '/account', @@ -406,7 +396,6 @@ angular.module('portainer.app', ['portainer.oauth']).config([ $stateRegistryProvider.register(root); $stateRegistryProvider.register(endpointRoot); $stateRegistryProvider.register(portainer); - $stateRegistryProvider.register(about); $stateRegistryProvider.register(account); $stateRegistryProvider.register(authentication); $stateRegistryProvider.register(logout); diff --git a/app/portainer/views/about/about.html b/app/portainer/views/about/about.html deleted file mode 100644 index e58332715..000000000 --- a/app/portainer/views/about/about.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - About Portainer - - - -
-
- - - Portainer is a free and open-source software brought to you with - by portainer.io and - contributors. - - -
-
- -
-
- - - -
-

- We at Portainer provide our software free and open source. To understand where best to spend our very limited development budget, we use rudimentary analytics. -

-
- Opt-out -
    -
  • You may opt-out by turning off the analytics in the settings page.
  • -
-
-
- What we collect & GDPR -
    -
  • - We don't know who uses Portainer, where its used, to what scale its used, all we know (from analytics) is how often Portainer is used and which pages within the app - are most frequently used. -
  • -
  • As we are only collecting a very small amount of totally anonymous data, it is deemed that opt-in is not required.
  • -
-
-
-
-
-
-
- -
-
- - - -
-

It is a community effort to make Portainer as feature-rich as simple it is to deploy and use. We need all the help we can get!

-
- Contribute - -
-
- Spread the word -
    -
  • Talk to your friends and colleagues about how awesome Portainer is!
  • -
  • Follow us on Twitter
  • -
-
-
-
-
-
-
- -
-
- - - -
-
- Documentation - -
-
- Community support - -
-
- Services - -
-
-
-
-
-
- -
-
- - - -
- Portainer has full support for Docker >=1.10 and partial support for Docker 1.9 (some features may not be available). -
-
-
-
-
diff --git a/app/portainer/views/sidebar/sidebar.html b/app/portainer/views/sidebar/sidebar.html index 2b974b4a3..578e4dd58 100644 --- a/app/portainer/views/sidebar/sidebar.html +++ b/app/portainer/views/sidebar/sidebar.html @@ -170,23 +170,11 @@