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

Function useDockerCapabilityEditDialog

frontend/src/components/fc/index.ts:172–181  ·  view source on GitHub ↗
(data: DockerCapabilityItem[] = [])

Source from the content-addressed store, hash-verified

170}
171
172export async function useDockerCapabilityEditDialog(data: DockerCapabilityItem[] = []) {
173 return (
174 (await useMountComponent({
175 data,
176 title: t("TXT_CODE_bbbd4133"),
177 subTitle: t("TXT_CODE_377319df"),
178 textarea: false
179 }).mount<DockerCapabilityItem[]>(DockerCapabilityDialogVue)) || []
180 );
181}
182
183export async function useDockerDeviceEditDialog(data: DockerDeviceItem[] = []) {
184 return (

Callers

nothing calls this directly

Calls 1

useMountComponentFunction · 0.90

Tested by

no test coverage detected