1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 14:59:41 +02:00

feat(containers): update the containers view to add a column with exposed ports (#157)

This commit is contained in:
Anthony Lapenna 2016-08-24 10:58:55 +12:00 committed by GitHub
parent 5f290937d2
commit 71eb3feac9
4 changed files with 26 additions and 15 deletions

View file

@ -100,7 +100,6 @@ function ($scope, $state, $stateParams, $filter, Container, ContainerCommit, Mes
var registry = _.toLower($scope.config.Registry);
var imageConfig = createImageConfig(image, registry);
ContainerCommit.commit({id: $stateParams.id, tag: imageConfig.tag, repo: imageConfig.repo}, function (d) {
console.log(JSON.stringify(d, null, 4));
update();
$('#createImageSpinner').hide();
Messages.send("Container commited", $stateParams.id);