https://github.com/th2-net/th2-act-ui
https://github.com/th2-net/th2-act-ui
fix otherprotocols rest-api th2-act-ui th2-box webui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/th2-net/th2-act-ui
- Owner: th2-net
- Created: 2021-03-09T11:15:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T11:04:17.000Z (over 3 years ago)
- Last Synced: 2025-01-25T07:42:58.578Z (over 1 year ago)
- Topics: fix, otherprotocols, rest-api, th2-act-ui, th2-box, webui
- Language: TypeScript
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Act-ui


This app could be used to manually interact with the system under test. There are two modes of interaction:
1. Sending messages to conn components directly
2. Invoking act methods
This repository only contains a web app. For act-ui to function properly, [act-ui-backend](https://github.com/th2-net/th2-act-ui-backend) needs to be deployed at `{act-ui-path}/backend/*` (e.g. if act-ui is deployed at `https://cluster-name/namespace-name/act-ui`, act-ui-backend should be located at `https://cluster-name/namespace-name/act-ui/backend/`)
# Architecture

# Configuration
To include this component in your schema, the following yml file needs to be created
```
apiVersion: th2.exactpro.com/v1
kind: Th2CoreBox
metadata:
name: act-ui
spec:
image-name: ghcr.io/th2-net/th2-act-ui
image-version: 1.0.17
type: th2-rpt-viewer
extended-settings:
resources:
limits:
memory: 300Mi
cpu: 210m
requests:
memory: 100Mi
cpu: 20m
```
# Screenshots
