Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

fix(dialogs): formatting and layout #1373

Merged
merged 4 commits into from
Oct 30, 2018

Conversation

wowshakhov
Copy link
Collaborator

No description provided.

@wowshakhov wowshakhov requested a review from HeyRoach October 26, 2018 04:45
@coveralls
Copy link

coveralls commented Oct 26, 2018

Pull Request Test Coverage Report for Build 1226

  • 4 of 12 (33.33%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 53.487%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/app/shared/components/vm-statistics/vm-statistics.component.ts 1 9 11.11%
Totals Coverage Status
Change from base Build 1224: -0.01%
Covered Lines: 7854
Relevant Lines: 12901

💛 - Coveralls

public getStatsStringFor(resource: keyof ResourcesData, units?: string): Observable<string> {
public getStatsStringFor(
resource: keyof ResourcesData,
units?: string,
Copy link
Contributor

Choose a reason for hiding this comment

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

an optional argument should be the last

Copy link
Collaborator Author

@wowshakhov wowshakhov Oct 26, 2018

Choose a reason for hiding this comment

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

Ideally, this needs to be refactored with param objects. Will do this in a separate PR later.

@wowshakhov wowshakhov merged commit 7d3eec6 into bwsw:master Oct 30, 2018
@wowshakhov wowshakhov deleted the 1335-vm-dialog-fix branch October 30, 2018 05:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants