postgres-operator/ui/app
Felix Kunde 5af4379118
[UI] add toggle for connection pooler (#953)
* [UI] add toggle for connection pooler

* remove team service logger

* fix new.tag.pug and change port in Makefile
2020-04-30 09:58:07 +02:00
..
src [UI] add toggle for connection pooler (#953) 2020-04-30 09:58:07 +02:00
.eslintignore Initial commit for Postgres Operator UI (#613) 2019-07-12 17:02:55 +02:00
.eslintrc.yml Initial commit for Postgres Operator UI (#613) 2019-07-12 17:02:55 +02:00
README.rst Initial commit for Postgres Operator UI (#613) 2019-07-12 17:02:55 +02:00
package.json [UI] add tab for monthly costs per cluster (#796) 2020-02-19 12:58:24 +01:00
webpack.config.js Initial commit for Postgres Operator UI (#613) 2019-07-12 17:02:55 +02:00

README.rst

This directory contains the EcmaScript frontend code of the PostgreSQL Operator UI and is only needed during build time.

The JavaScript application bundle (webpack) will be generated to ``operator_ui/static/build/app*.js`` by running:

.. code-block:: bash

    $ npm install
    $ npm run build

Frontend development is supported by watching the source code and continuously recompiling the webpack:

.. code-block:: bash

    $ npm start