Skip to content
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

Make empty msg for stateful sets consistant with other ones #1179

Merged
merged 1 commit into from
Jan 26, 2017

Conversation

jhadvig
Copy link
Member

@jhadvig jhadvig commented Jan 25, 2017

@spadgett PTAL

@@ -24,6 +24,7 @@ angular.module('openshiftConsole')
group: 'apps',
version: 'v1beta1'
}, context, function(statefulSets) {
$scope.emptyMessage = "No stateful sets to show";
Copy link
Member

Choose a reason for hiding this comment

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

I'd rather inline the message than use a scope var since it doesn't change. (We do this in other places, but I'd like to get away from that.)

@jhadvig
Copy link
Member Author

jhadvig commented Jan 26, 2017

@spadgett updated ... makes sense to have the msg inline 👍 . Also created a issue to move all the empty msgs inline and assigned to myself if you dont mind, just to stay in shape 😄

@spadgett
Copy link
Member

Sounds good, thanks

[merge]

@openshift-bot
Copy link

Evaluated for origin web console merge up to 3b6e695

@openshift-bot
Copy link

openshift-bot commented Jan 26, 2017

Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/989/) (Base Commit: f517fe8)

@openshift-bot openshift-bot merged commit ad2fdea into openshift:master Jan 26, 2017
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