mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-25 00:00:53 +00:00
feat: Optimize local application installation name settings. (#10430)
Refs https://github.com/1Panel-dev/1Panel/issues/10406
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user