Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Create base scale up view for the inspector #417

Merged
merged 2 commits into from
Jul 3, 2014

Conversation

hatched
Copy link
Contributor

@hatched hatched commented Jul 2, 2014

This provides the basic scaffolding for the scale-up view in the inspectors. Because of a shortcoming with viewlet manager it needs to be manually rendered and destroyed by the overview viewlet.

@hatched
Copy link
Contributor Author

hatched commented Jul 2, 2014

No QA

@jujugui
Copy link
Contributor

jujugui commented Jul 2, 2014

Test FAILed.
Refer to this link for build results: http://ci.jujugui.org:8080/job/juju-gui/1339/

*/
render: function() {
this.get('container').append(this.template());
return this.get('container');
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason you need to call this.get('container') twice here? You might just be able to store it in a variable.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nope just me rushing to get this out the door before you started :) fixed

@huwshimi
Copy link
Member

huwshimi commented Jul 2, 2014

This looks good, with the minor changes mentioned above 👍.

@hatched
Copy link
Contributor Author

hatched commented Jul 3, 2014

Thanks for the review, that'll teach me to rush :) Changes made

@hatched
Copy link
Contributor Author

hatched commented Jul 3, 2014

:shipit:

@jujugui
Copy link
Contributor

jujugui commented Jul 3, 2014

Build failed: Attempt to land pull request failed
build url: http://ci.jujugui.org:8080/job/juju-gui-merge/462

@jujugui
Copy link
Contributor

jujugui commented Jul 3, 2014

Test PASSed.
Refer to this link for build results: http://ci.jujugui.org:8080/job/juju-gui/1341/

@jujugui
Copy link
Contributor

jujugui commented Jul 3, 2014

Status: merge request accepted. Url: http://ci.jujugui.org:8080/job/juju-gui-merge

jujugui added a commit that referenced this pull request Jul 3, 2014
Create base scale up view for the inspector

This provides the basic scaffolding for the scale-up view in the inspectors. Because of a shortcoming with viewlet manager it needs to be manually rendered and destroyed by the overview viewlet.
@jujugui jujugui merged commit e1133e1 into juju:develop Jul 3, 2014
@hatched hatched deleted the scale-up-viewlet branch July 3, 2014 16:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants