This is an automated email from the ASF dual-hosted git repository.
chenyulin0719 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git
from aaaaaf1 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#182)
add 45b4cc4 [YUNIKORN-2342] Skeleton of the new UI (#177)
No new revisions were added by this update.
Summary of changes:
package.json | 11 +
pnpm-lock.yaml | 160 +++++++++++
src/app/app-routing.module.ts | 6 +
src/app/app.component.html | 11 +
src/app/app.component.scss | 7 +
.../queues-v2.component.html} | 18 +-
.../components/queue-v2/queues-v2.component.scss | 61 +++++
.../queue-v2/queues-v2.component.spec.ts | 84 ++++++
src/app/components/queue-v2/queues-v2.component.ts | 300 +++++++++++++++++++++
9 files changed, 653 insertions(+), 5 deletions(-)
copy src/app/components/{vertical-bar-chart/vertical-bar-chart.component.html
=> queue-v2/queues-v2.component.html} (74%)
create mode 100644 src/app/components/queue-v2/queues-v2.component.scss
create mode 100644 src/app/components/queue-v2/queues-v2.component.spec.ts
create mode 100644 src/app/components/queue-v2/queues-v2.component.ts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]