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:
parent
5f290937d2
commit
71eb3feac9
4 changed files with 26 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue