// ========== DOCKER RESOURCES (Volumes, Networks, Disk Usage) ========== (function() { injectModal('docker-resources-modal', `
| Name | Driver | Scope | Actions |
|---|---|---|---|
| ${escapeHtml(v.driver)} | `; html += `${escapeHtml(v.scope)} | `; html += ``; if (!isSystem) { html += ``; } html += ` |
| Name | Driver | Scope | Containers | Actions |
|---|---|---|---|---|
| ${escapeHtml(n.name)} | `; html += `${escapeHtml(n.driver)} | `; html += `${escapeHtml(n.scope)} | `; html += `${n.containers} | `; html += ``; if (!isSystem) { html += ``; } html += ` |