Skip to content

Introduced data-table and confirm-dialog components: Containers#440

Merged
stefanoborini merged 2 commits into
masterfrom
containers-view-with-tooolkits
May 10, 2017
Merged

Introduced data-table and confirm-dialog components: Containers#440
stefanoborini merged 2 commits into
masterfrom
containers-view-with-tooolkits

Conversation

@stefanoborini

@stefanoborini stefanoborini commented May 10, 2017

Copy link
Copy Markdown
Contributor

Uses new components in the Containers table.

@codecov-io

codecov-io commented May 10, 2017

Copy link
Copy Markdown

Codecov Report

Merging #440 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #440   +/-   ##
=======================================
  Coverage   95.33%   95.33%           
=======================================
  Files          88       88           
  Lines        4077     4077           
  Branches      259      259           
=======================================
  Hits         3887     3887           
  Misses        138      138           
  Partials       52       52

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c2bdf22...042d908. Read the comment docs.

this.containerToStop = this.containers[index].identifier;
this.showStopContainerDialog = true;
stopContainer: function () {
if (this.stopContainerDialog.containerToStop === null) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this happen ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not in the current code, but if someone decides to call it programmatically and does not fill containerToStop it will just do nothing, although probably it's better if we let the error happen.

@stefanoborini stefanoborini merged commit e50f70a into master May 10, 2017
@stefanoborini stefanoborini deleted the containers-view-with-tooolkits branch May 10, 2017 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants