postgres-operator/ui/app
Felix Kunde 1af4c50ed0
bump to v1.15.0 (#2965)
* bump to v1.15.0
* more linter hints
* update dependencies of kubectl-pg plugin
2025-10-21 11:56:33 +02:00
..
src Implement per-cluster maintenance window for Postgres automatic upgrade (#2710) 2024-08-09 14:07:35 +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 bump to v1.15.0 (#2965) 2025-10-21 11:56:33 +02: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