angular.module('dockerui.templates', ['app/components/builder/builder.html', 'app/components/container/container.html', 'app/components/containerLogs/containerlogs.html', 'app/components/containers/containers.html', 'app/components/dashboard/dashboard.html', 'app/components/footer/statusbar.html', 'app/components/image/image.html', 'app/components/images/images.html', 'app/components/masthead/masthead.html', 'app/components/settings/settings.html', 'app/components/sidebar/sidebar.html', 'app/components/startContainer/startcontainer.html']);
angular.module("app/components/builder/builder.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/builder/builder.html",
"
\n" +
"
\n" +
"
\n" +
" \n" +
"
\n" +
"
\n" +
"
{{ messages }}
\n" +
"
\n" +
" \n" +
"
\n" +
"
\n" +
"
\n" +
"");
}]);
angular.module("app/components/container/container.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/container/container.html",
"\n" +
" \n" +
"
Container: {{ container.Name }}
\n" +
"\n" +
"
\n" +
" \n" +
" \n" +
" \n" +
" \n" +
" \n" +
"
\n" +
"\n" +
"
\n" +
" \n" +
" \n" +
" Created: | \n" +
" {{ container.Created }} | \n" +
"
\n" +
" \n" +
" Path: | \n" +
" {{ container.Path }} | \n" +
"
\n" +
" \n" +
" Args: | \n" +
" {{ container.Args }} | \n" +
"
\n" +
" \n" +
" Exposed Ports: | \n" +
" \n" +
" \n" +
" | \n" +
"
\n" +
" \n" +
" Environment: | \n" +
" \n" +
" \n" +
" | \n" +
"
\n" +
"\n" +
" \n" +
" Publish All: | \n" +
" {{ container.HostConfig.PublishAllPorts }} | \n" +
"
\n" +
" \n" +
" Ports: | \n" +
" \n" +
" \n" +
" - \n" +
" {{ containerport }} => {{ v.HostIp }}:{{ v.HostPort }}\n" +
"
\n" +
" \n" +
" | \n" +
"\n" +
"
\n" +
" \n" +
" Hostname: | \n" +
" {{ container.Config.Hostname }} | \n" +
"
\n" +
" \n" +
" IPAddress: | \n" +
" {{ container.NetworkSettings.IPAddress }} | \n" +
"
\n" +
" \n" +
" Cmd: | \n" +
" {{ container.Config.Cmd }} | \n" +
"
\n" +
" \n" +
" Entrypoint: | \n" +
" {{ container.Config.Entrypoint }} | \n" +
"
\n" +
" \n" +
" Volumes: | \n" +
" {{ container.Volumes }} | \n" +
"
\n" +
"\n" +
" \n" +
" SysInitpath: | \n" +
" {{ container.SysInitPath }} | \n" +
"
\n" +
" \n" +
" Image: | \n" +
" {{ container.Image }} | \n" +
"
\n" +
" \n" +
" State: | \n" +
" {{ container.State|getstatetext }} | \n" +
"
\n" +
" \n" +
" Logs: | \n" +
" stdout/stderr | \n" +
"
\n" +
" \n" +
"
\n" +
" \n" +
"
\n" +
"
\n" +
" Changes:\n" +
"
\n" +
"
\n" +
" \n" +
"
\n" +
"
\n" +
"\n" +
"
\n" +
"
\n" +
" - \n" +
" {{ change.Path }} {{ change.Kind }}\n" +
"
\n" +
"
\n" +
"
\n" +
"\n" +
"
\n" +
"\n" +
"
\n" +
" \n" +
"
\n" +
"
\n" +
"");
}]);
angular.module("app/components/containerLogs/containerlogs.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/containerLogs/containerlogs.html",
"\n" +
"
\n" +
"
\n" +
"
\n" +
" \n" +
" \n" +
"
\n" +
"
\n" +
" \n" +
"
\n" +
"
\n" +
"\n" +
"
\n" +
"
\n" +
"
\n" +
"
STDOUT
\n" +
" \n" +
"
\n" +
"
{{stdout}}
\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
"
STDERR
\n" +
" \n" +
"
\n" +
"
{{stderr}}
\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
"");
}]);
angular.module("app/components/containers/containers.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/containers/containers.html",
"\n" +
"Containers:
\n" +
"\n" +
"\n" +
"
\n" +
" - \n" +
" Actions \n" +
" \n" +
"
\n" +
"
\n" +
"\n" +
"
\n" +
" Display All\n" +
"
\n" +
"
\n" +
"\n" +
"");
}]);
angular.module("app/components/dashboard/dashboard.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/dashboard/dashboard.html",
" \n" +
"\n" +
" \n" +
"
\n" +
" \n" +
"
\n" +
"
\n" +
"
\n" +
"
Running Containers
\n" +
"
\n" +
"
\n" +
"
\n" +
"
Status
\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
"\n" +
"
\n" +
"
\n" +
"
Containers created
\n" +
" \n" +
" Images created
\n" +
" \n" +
" \n" +
"
\n" +
"
\n" +
"");
}]);
angular.module("app/components/footer/statusbar.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/footer/statusbar.html",
"\n" +
"");
}]);
angular.module("app/components/image/image.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/image/image.html",
"\n" +
"\n" +
"\n" +
" {{ error }}\n" +
"
\n" +
"\n" +
"\n" +
" \n" +
"
Image: {{ tag }}
\n" +
"\n" +
"
\n" +
" \n" +
"
\n" +
"\n" +
"
\n" +
"
Containers created:
\n" +
" \n" +
" \n" +
"\n" +
"
\n" +
" \n" +
" \n" +
" Created: | \n" +
" {{ image.created }} | \n" +
"
\n" +
" \n" +
" Parent: | \n" +
" {{ image.parent }} | \n" +
"
\n" +
" \n" +
" Size: | \n" +
" {{ image.Size|humansize }} | \n" +
"
\n" +
"\n" +
" \n" +
" Hostname: | \n" +
" {{ image.container_config.Hostname }} | \n" +
"
\n" +
" \n" +
" User: | \n" +
" {{ image.container_config.User }} | \n" +
"
\n" +
" \n" +
" Cmd: | \n" +
" {{ image.container_config.Cmd }} | \n" +
"
\n" +
" \n" +
" Volumes: | \n" +
" {{ image.container_config.Volumes }} | \n" +
"
\n" +
" \n" +
" Volumes from: | \n" +
" {{ image.container_config.VolumesFrom }} | \n" +
"
\n" +
" \n" +
" Comment: | \n" +
" {{ image.comment }} | \n" +
"
\n" +
"\n" +
" \n" +
"
\n" +
"\n" +
"
\n" +
"
\n" +
" History:\n" +
"
\n" +
"
\n" +
" \n" +
"
\n" +
"
\n" +
"\n" +
"
\n" +
"
\n" +
" - \n" +
" {{ change.Id }}: Created: {{ change.Created|getdate }} Created by: {{ change.CreatedBy }}\n" +
"
\n" +
"
\n" +
"
\n" +
"\n" +
"
\n" +
"\n" +
"
\n" +
"\n" +
"
\n" +
"\n" +
"
\n" +
" \n" +
"
\n" +
"
\n" +
"");
}]);
angular.module("app/components/images/images.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/images/images.html",
"\n" +
"\n" +
"\n" +
"Images:
\n" +
"\n" +
"\n" +
" - \n" +
" Actions \n" +
" \n" +
"
\n" +
"
\n" +
"\n" +
"");
}]);
angular.module("app/components/masthead/masthead.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/masthead/masthead.html",
" \n" +
"");
}]);
angular.module("app/components/settings/settings.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/settings/settings.html",
"\n" +
"
Docker Information
\n" +
"
\n" +
"
\n" +
" Endpoint: {{ endpoint }}
\n" +
" Api Version: {{ apiVersion }}
\n" +
" Version: {{ docker.Version }}
\n" +
" Git Commit: {{ docker.GitCommit }}
\n" +
" Go Version: {{ docker.GoVersion }}
\n" +
"
\n" +
"
\n" +
"\n" +
"
\n" +
" \n" +
" \n" +
" Containers: | \n" +
" {{ info.Containers }} | \n" +
"
\n" +
" \n" +
" Images: | \n" +
" {{ info.Images }} | \n" +
"
\n" +
" \n" +
" Debug: | \n" +
" {{ info.Debug }} | \n" +
"
\n" +
" \n" +
" NFd: | \n" +
" {{ info.NFd }} | \n" +
"
\n" +
" \n" +
" NGoroutines: | \n" +
" {{ info.NGoroutines }} | \n" +
"
\n" +
" \n" +
" MemoryLimit: | \n" +
" {{ info.MemoryLimit }} | \n" +
"
\n" +
" \n" +
" SwapLimit: | \n" +
" {{ info.SwapLimit }} | \n" +
"
\n" +
" \n" +
" NFd: | \n" +
" {{ info.NFd }} | \n" +
"
\n" +
" \n" +
"
\n" +
"
\n" +
"");
}]);
angular.module("app/components/sidebar/sidebar.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/sidebar/sidebar.html",
"\n" +
"
Running containers:\n" +
"
\n" +
"
Endpoint: {{ endpoint }}\n" +
"
\n" +
"
\n" +
"");
}]);
angular.module("app/components/startContainer/startcontainer.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("app/components/startContainer/startcontainer.html",
"\n" +
"
\n" +
"
\n" +
" \n" +
"
\n" +
" \n" +
"
\n" +
"
\n" +
"
\n" +
"");
}]);