MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / useDockerDeviceEditDialog

Function useDockerDeviceEditDialog

frontend/src/components/fc/index.ts:183–192  ·  view source on GitHub ↗
(data: DockerDeviceItem[] = [])

Source from the content-addressed store, hash-verified

181}
182
183export async function useDockerDeviceEditDialog(data: DockerDeviceItem[] = []) {
184 return (
185 (await useMountComponent({
186 data,
187 title: t("TXT_CODE_b3a60c78"),
188 subTitle: t("TXT_CODE_b6e18b87"),
189 textarea: false
190 }).mount<DockerDeviceItem[]>(DockerDeviceDialogVue)) || []
191 );
192}
193
194export async function openLoadingDialog(title: string, text: string, subTitle?: string) {
195 const component = useMountComponent({

Callers

nothing calls this directly

Calls 1

useMountComponentFunction · 0.90

Tested by

no test coverage detected