417417</template >
418418
419419<script lang="ts" setup>
420- import { searchAppInstalled , installedOp , appInstalledDeleteCheck , getAppIconUrl } from ' @/api/modules/app' ;
421- import { onMounted , onUnmounted , reactive , ref } from ' vue' ;
422- import i18n from ' @/lang' ;
423- import { ElMessageBox } from ' element-plus' ;
424420import Backups from ' @/components/backup/index.vue' ;
425421import Uploads from ' @/components/upload/index.vue' ;
426422import PortJumpDialog from ' @/components/port-jump/index.vue' ;
@@ -429,20 +425,25 @@ import AppDelete from './delete/index.vue';
429425import AppParams from ' ./detail/index.vue' ;
430426import AppUpgrade from ' ./upgrade/index.vue' ;
431427import AppIgnore from ' ./ignore/index.vue' ;
428+ import Status from ' @/components/status/index.vue' ;
429+ import TaskLog from ' @/components/log/task/index.vue' ;
430+ import Detail from ' @/views/app-store/detail/index.vue' ;
431+ import Tags from ' @/views/app-store/components/tag.vue' ;
432+ import SvgIcon from ' @/components/svg-icon/svg-icon.vue' ;
433+ import MainDiv from ' @/components/main-div/index.vue' ;
432434import ComposeLogs from ' @/components/log/compose/index.vue' ;
435+ import IgnoreApp from ' @/views/app-store/installed/ignore/create/index.vue' ;
433436import TerminalDialog from ' @/views/container/container/terminal/index.vue' ;
437+
438+ import { searchAppInstalled , installedOp , appInstalledDeleteCheck , getAppIconUrl } from ' @/api/modules/app' ;
439+ import { onMounted , onUnmounted , reactive , ref } from ' vue' ;
440+ import i18n from ' @/lang' ;
441+ import { ElMessageBox } from ' element-plus' ;
434442import { App } from ' @/api/interface/app' ;
435- import Status from ' @/components/status/index.vue' ;
436443import { getAge , jumpToPath , toLink } from ' @/utils/util' ;
437444import { useRouter } from ' vue-router' ;
438445import { MsgSuccess } from ' @/utils/message' ;
439- import TaskLog from ' @/components/log/task/index.vue' ;
440- import Detail from ' @/views/app-store/detail/index.vue' ;
441- import IgnoreApp from ' @/views/app-store/installed/ignore/create/index.vue' ;
442446import { getAgentSettingByKey } from ' @/api/modules/setting' ;
443- import Tags from ' @/views/app-store/components/tag.vue' ;
444- import SvgIcon from ' @/components/svg-icon/svg-icon.vue' ;
445- import MainDiv from ' @/components/main-div/index.vue' ;
446447import { routerToFileWithPath , routerToNameWithQuery } from ' @/utils/router' ;
447448import { useGlobalStore } from ' @/composables/useGlobalStore' ;
448449const { currentNode, isMaster, currentNodeAddr } = useGlobalStore ();
0 commit comments