-
Notifications
You must be signed in to change notification settings - Fork 900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VCpus and Memory for Cloud Providers visual #13124
VCpus and Memory for Cloud Providers visual #13124
Conversation
@miq-bot add_label wip,ui |
3fc20f6
to
e9c92ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good.
:hardware => FactoryGirl.create(:hardware, | ||
:cpu1x2, | ||
:ram1GB), | ||
:name => "vm_#{i}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if possible, drop the :name
.
e9c92ee
to
6f6b015
Compare
I did the changes @kbrock Thanks |
@miq-bot remove_label wip |
@@ -258,7 +258,20 @@ | |||
context "with virtual totals" do | |||
before(:each) do | |||
@ems = FactoryGirl.create(:ems_vmware) | |||
(1..2).each { |i| FactoryGirl.create(:vm_vmware, :ext_management_system => @ems, :name => "vm_#{i}") } | |||
(1..2).each { |i| FactoryGirl.create(:vm_vmware, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good
please do not change, but for future reference: 2.times { FactoryGirl.create
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did it !!!!
I can make the change @kbrock, don't worry about it.
|
6f6b015
to
c83b855
Compare
Checked commit aljesusg@c83b855 with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1 |
This is a simple change in the visual of Cloud list View of providers, now we can see Total Cores and Total Memory of each Provider of Instances(VMs).
@sergio-ocon, @kbrock is the same than #12758 but in cloud provider list view.