diff --git a/docker-connector/processes/docker.p.json b/docker-connector/processes/docker.p.json index bb9e12a..e2c5965 100644 --- a/docker-connector/processes/docker.p.json +++ b/docker-connector/processes/docker.p.json @@ -30,10 +30,12 @@ "map" : { "result.containerId" : "in.containerId" } - } + }, + "tags" : "connector" }, "visual" : { - "at" : { "x" : 176, "y" : 72 } + "at" : { "x" : 176, "y" : 72 }, + "icon" : "res:/webContent/icons/docker.png?small" }, "connect" : { "id" : "f4", "to" : "f3" } }, { @@ -92,10 +94,12 @@ "map" : { "out.containerId" : "param.containerId" } - } + }, + "tags" : "connector" }, "visual" : { - "at" : { "x" : 176, "y" : 184 } + "at" : { "x" : 176, "y" : 184 }, + "icon" : "res:/webContent/icons/docker.png?small" }, "connect" : { "id" : "f8", "to" : "f7" } }, { @@ -134,10 +138,12 @@ "map" : { "out.containerId" : "param.containerId" } - } + }, + "tags" : "connector" }, "visual" : { - "at" : { "x" : 176, "y" : 288 } + "at" : { "x" : 176, "y" : 288 }, + "icon" : "res:/webContent/icons/docker.png?small" }, "connect" : { "id" : "f14", "to" : "f12" } }, { @@ -176,10 +182,12 @@ "map" : { "out.containerId" : "param.containerId" } - } + }, + "tags" : "connector" }, "visual" : { - "at" : { "x" : 184, "y" : 408 } + "at" : { "x" : 184, "y" : 408 }, + "icon" : "res:/webContent/icons/docker.png?small" }, "connect" : { "id" : "f18", "to" : "f17" } }, { diff --git a/docker-connector/webContent/icons/docker.png b/docker-connector/webContent/icons/docker.png new file mode 100644 index 0000000..a6c9364 Binary files /dev/null and b/docker-connector/webContent/icons/docker.png differ