commit | 7d5d42523a5a3772a086bf19fabc5d2f9ea3cd98 | [log] [tgz] |
---|---|---|
author | LingXiao Qi <148341767+fantasy-lotus@users.noreply.github.com> | Sat May 10 16:09:20 2025 +0800 |
committer | GitHub <noreply@github.com> | Sat May 10 16:09:20 2025 +0800 |
tree | d5d1fc2bbe897d411524c525f350863581ee9cf8 | |
parent | d4334c24350ead5c751a5f612d5834326145d54e [diff] |
fix divide plugin: localizes status labels. (#529) * Localizes status labels in DiscoveryUpstreamTable Replaces hardcoded status options with localized content using `getIntlContent` for better internationalization. Adjusts initial value handling for form fields and refines status rendering logic to ensure consistency. Improves maintainability and prepares the application for multi-language support. * fix code style
Apache ShenYu Dashboard is frontend of a management background for Apache ShenYu. The API interface is in the Apache Shenyu Admin module.
Modify the api url for different environment, eg: http://192.168.1.100:8000
# install dependencies in this project root path. npm install # start npm start
# install dependencies in this project root path. npm install # build for production npm run build # copy to apache-shenyu-admin cp -rf dist/* shenyu-admin/src/main/resources/static/