postgres-operator/ui/app
Felix Kunde 6cde8e8c0b
Bump to v1.12.0 (#2639)
* bump tp v1.12.0
* code-generator and apiextensions-apiserver still on to 0.25.9 to allow code-generation on GH
* bump go in github action and mini fix in UI
* update UI Dockerfile

---------

Co-authored-by: Ida Novindasari <idanovinda@gmail.com>
2024-05-31 15:29:29 +02:00
..
src [UI] use only one logger adapter and update Dockerfile (#2646) 2024-05-31 11:24:31 +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.12.0 (#2639) 2024-05-31 15:29:29 +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