note on ES6 support

This commit is contained in:
Henning Jacobs
2016-12-16 21:11:34 +01:00
parent 40bbda2006
commit 9f22c773f6

View File

@@ -37,6 +37,18 @@ Usage
Now direct your browser to http://localhost:8080 Now direct your browser to http://localhost:8080
Supported Browsers
==================
The UI uses WebGL and ECMAScript 6 features.
The following browsers are known to work:
* Chrome/Chromium 53.0+
* Mozilla Firefox 49.0+
See the `ECMAScript 6 Compatibility Table`_ for details on supported browser versions.
License License
======= =======
@@ -54,3 +66,4 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/. along with this program. If not, see http://www.gnu.org/licenses/.
.. _Kubernetes Dashboard: https://github.com/kubernetes/dashboard .. _Kubernetes Dashboard: https://github.com/kubernetes/dashboard
.. _ECMAScript 6 Compatibility Table: https://kangax.github.io/compat-table/es6/