Search before asking
Linkis Component
Description
The user configuration management page currently lacks the ability to delete configurations. Administrators need a way to remove obsolete or incorrect user configurations to maintain system cleanliness and prevent configuration conflicts.
Steps to reproduce
- Navigate to the user configuration management page
- Observe that there is no delete button for configuration entries
- Try to remove an outdated configuration - there is no way to do this
Expected behavior
Administrators should be able to delete user configurations with proper confirmation and error handling.
Your environment
- Linkis version used: 2.0.0
- Environment name and version:
- hadoop-3.3.4
- hive-2.3.3
- spark-2.4.3 / 3.3.0
- scala-2.11.12 / 2.12.17
- jdk 1.8.0_xxx
Anything else
This PR adds:
- Delete button in the user configuration table action column
- Delete confirmation modal with detailed configuration info
- Proper error handling and success messages
- Internationalization support (English and Chinese)
- Permission check using isLogAdmin flag
Are you willing to submit a PR?
Search before asking
Linkis Component
Description
The user configuration management page currently lacks the ability to delete configurations. Administrators need a way to remove obsolete or incorrect user configurations to maintain system cleanliness and prevent configuration conflicts.
Steps to reproduce
Expected behavior
Administrators should be able to delete user configurations with proper confirmation and error handling.
Your environment
Anything else
This PR adds:
Are you willing to submit a PR?