wazuh / wui

Wazuh WUI Framework
Apache License 2.0
6 stars 8 forks source link

Implement Wazuh UI in Wazuh Dashboard #3

Closed asteriscos closed 3 years ago

asteriscos commented 3 years ago
Version Source branch/tag
1.x.x v29.3.2

We are currently developing a library of Wazuh components (forked from elastic eui). We need to be able to compile said library and use it in the Wazuh dashboard project

Tasks:

Acceptance Criteria

matiasmoreno876 commented 3 years ago

In order to compile the created themes we must run the script npm run build

for more information check the package.json

matiasmoreno876 commented 3 years ago

Wazuh dashboard with Wazuh wui changes

image

image

image image image

matiasmoreno876 commented 3 years ago

Wazuh dashboard with Wazuh wui changes (Dark mode)

image

image

image

image

image

matiasmoreno876 commented 3 years ago

Currently the library is uploaded in https://yarnpkg.com/package/wazuh-wui

NPM https://www.npmjs.com/package/wazuh-wui

matiasmoreno876 commented 3 years ago

When we import the wazuh-wui library into the wazuh-dashboar project and execute the yarn osd bootstrap command (to install all the dependencies) it generates the following error

image

matiasmoreno876 commented 3 years ago

New bug when we installwazuh-wui on wazuh dashboard

image