mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-10 03:30:53 +08:00
feat: Optimize local application installation name settings. (#10430)
Refs https://github.com/1Panel-dev/1Panel/issues/10406
This commit is contained in:
parent
7df43aeb59
commit
49a777e2d8
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ const getVersionDetail = async (version: string) => {
|
|||
};
|
||||
|
||||
const initForm = async (appKey: string) => {
|
||||
formData.value.name = appKey;
|
||||
formData.value.name = appKey.replace(/^local/, '');
|
||||
const res = await getAppByKey(appKey);
|
||||
currentApp.value = res.data;
|
||||
appVersions.value = currentApp.value.versions;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue