postgres-operator/ui/app
Felix Kunde cc9074c184
Bump operator to v1.13.0 (#2729)
* bump operator to v1.13.0
* align configmap with CRD config
* remove default from CRD config option additional_secret_mount_path
* enable automatic major version upgrades by default
2024-08-22 12:16:27 +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 operator to v1.13.0 (#2729) 2024-08-22 12:16:27 +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